1GITG(1)                     General Commands Manual                    GITG(1)
2
3
4

NAME

6       gitg - Git repository viewer
7
8

SYNOPSIS

10       gitg [options] [repository] [<refspec>]
11

DESCRIPTION

13       gitg  is  a graphical user interface for git. It aims at being a small,
14       fast and convenient tool to visualize the history of git  repositories.
15       Besides  visualization,  gitg also provides several utilities to manage
16       your repository and commit your work.
17

OPTIONS

19       -c,--commit Open gitg in commit view
20
21       -?,--help Show the help message
22
23       [repository] Load the repository at repository in  gitg.   If  unspeci‐
24       fied,  gitg  will  try  to  open  the repository at the current working
25       directory
26
27       [<refspec>] Populate the history view of gitg using the specified <ref‐
28       spec>  which  has  the  same format as used with git log (Example: gitg
29       --left-right HEAD..FETCH_HEAD)
30
31

AUTHORS

33       Jesse van den Kieboom  <jesse@icecrew.nl>
34
35
36
37
38                                  22 Jun 2008                          GITG(1)
Impressum