|
NAMEgitg - Git repository viewerSYNOPSISgitg [OPTION]... [REPOSITORY]...DESCRIPTIONgitg 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.OPTIONSHelp Options:
Application Options:
gitg will try to load any REPOSITORY passed as command line argument (multiple paths can be passed). If no repository is specified, gitg will try to open the repository specified by the GIT_DIR environment variable; if GIT_DIR is not set gitg will try to open the repository at the current working directory. ENVIRONMENT VARIABLESGIT_DIRIf the GIT_DIR environment variable is set, and no
repositories have been passed as command line arguments, then it specifies a
path to use instead of the default .git for the base of the
repository.
AUTHORSJesse van den Kieboom <jesse@icecrew.nl>Alberto Fanjul <albfan@gnome.org>
Visit the GSP FreeBSD Man Page Interface. |