File: gitg.1

package info (click to toggle)
gitg 3.23.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 19,348 kB
  • ctags: 20,655
  • sloc: ansic: 231,897; sh: 5,044; makefile: 807; xml: 83; python: 26
file content (45 lines) | stat: -rw-r--r-- 898 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.TH GITG 1 "22 Jun 2008"
.SH NAME
gitg\fP \- Git repository viewer

.SH SYNOPSIS
.B gitg
.RI [options]\ [repository]\ [<refspec>]
.SH DESCRIPTION
.B gitg
is a graphical user interface for git. It aims at being a small,
fast and convenient tool to visualize the history of git repositories.
Besides visualization, gitg also provides several utilities to manage your
repository and commit your work.
.SH OPTIONS
.B \-c,--commit
Open 
.B gitg 
in commit view

.B \-?,--help
Show the help message

.B [repository]
Load the repository at
.B repository
in 
.B gitg. 
If unspecified, 
.B gitg 
will try to open the repository at the current working directory

.B [<refspec>]
Populate the history view of
.B gitg
using the specified
.B <refspec>
which has the same format as used with 
.B git log
(Example: 
.B gitg
\-\-left\-right HEAD..FETCH_HEAD)

.SH AUTHORS
Jesse van den Kieboom  <jesse@icecrew.nl>