Autogenerated manpages for v2.45.2-648-g1e158
[git-manpages.git] / man1 / git-gui.1
blob063cf0456d412af760d96bd725ab0557d8cf0f2f
1 '\" t
2 .\"     Title: git-gui
3 .\"    Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
4 .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5 .\"      Date: 2024-06-24
6 .\"    Manual: Git Manual
7 .\"    Source: Git 2.45.2.648.g1e1586e4ed
8 .\"  Language: English
9 .\"
10 .TH "GIT\-GUI" "1" "2024\-06\-24" "Git 2\&.45\&.2\&.648\&.g1e1586" "Git Manual"
11 .\" -----------------------------------------------------------------
12 .\" * Define some portability stuff
13 .\" -----------------------------------------------------------------
14 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15 .\" http://bugs.debian.org/507673
16 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17 .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18 .ie \n(.g .ds Aq \(aq
19 .el       .ds Aq '
20 .\" -----------------------------------------------------------------
21 .\" * set default formatting
22 .\" -----------------------------------------------------------------
23 .\" disable hyphenation
24 .nh
25 .\" disable justification (adjust text to left margin only)
26 .ad l
27 .\" -----------------------------------------------------------------
28 .\" * MAIN CONTENT STARTS HERE *
29 .\" -----------------------------------------------------------------
30 .SH "NAME"
31 git-gui \- A portable graphical interface to Git
32 .SH "SYNOPSIS"
33 .sp
34 .nf
35 \fIgit gui\fR [<command>] [<arguments>]
36 .fi
37 .sp
38 .SH "DESCRIPTION"
39 .sp
40 A Tcl/Tk based graphical user interface to Git\&. \fIgit gui\fR focuses on allowing users to make changes to their repository by making new commits, amending existing ones, creating branches, performing local merges, and fetching/pushing to remote repositories\&.
41 .sp
42 Unlike \fIgitk\fR, \fIgit gui\fR focuses on commit generation and single file annotation and does not show project history\&. It does however supply menu actions to start a \fIgitk\fR session from within \fIgit gui\fR\&.
43 .sp
44 \fIgit gui\fR is known to work on all popular UNIX systems, Mac OS X, and Windows (under both Cygwin and MSYS)\&. To the extent possible OS specific user interface guidelines are followed, making \fIgit gui\fR a fairly native interface for users\&.
45 .SH "COMMANDS"
46 .PP
47 blame
48 .RS 4
49 Start a blame viewer on the specified file on the given version (or working directory if not specified)\&.
50 .RE
51 .PP
52 browser
53 .RS 4
54 Start a tree browser showing all files in the specified commit\&. Files selected through the browser are opened in the blame viewer\&.
55 .RE
56 .PP
57 citool
58 .RS 4
59 Start
60 \fIgit gui\fR
61 and arrange to make exactly one commit before exiting and returning to the shell\&. The interface is limited to only commit actions, slightly reducing the application\(cqs startup time and simplifying the menubar\&.
62 .RE
63 .PP
64 version
65 .RS 4
66 Display the currently running version of
67 \fIgit gui\fR\&.
68 .RE
69 .SH "EXAMPLES"
70 .PP
71 \fBgit gui blame Makefile\fR
72 .RS 4
73 Show the contents of the file
74 \fIMakefile\fR
75 in the current working directory, and provide annotations for both the original author of each line, and who moved the line to its current location\&. The uncommitted file is annotated, and uncommitted changes (if any) are explicitly attributed to
76 \fINot Yet Committed\fR\&.
77 .RE
78 .PP
79 \fBgit gui blame v0\&.99\&.8 Makefile\fR
80 .RS 4
81 Show the contents of
82 \fIMakefile\fR
83 in revision
84 \fIv0\&.99\&.8\fR
85 and provide annotations for each line\&. Unlike the above example the file is read from the object database and not the working directory\&.
86 .RE
87 .PP
88 \fBgit gui blame \-\-line=100 Makefile\fR
89 .RS 4
90 Loads annotations as described above and automatically scrolls the view to center on line
91 \fI100\fR\&.
92 .RE
93 .PP
94 \fBgit gui citool\fR
95 .RS 4
96 Make one commit and return to the shell when it is complete\&. This command returns a non\-zero exit code if the window was closed in any way other than by making a commit\&.
97 .RE
98 .PP
99 \fBgit gui citool \-\-amend\fR
100 .RS 4
101 Automatically enter the
102 \fIAmend Last Commit\fR
103 mode of the interface\&.
106 \fBgit gui citool \-\-nocommit\fR
107 .RS 4
108 Behave as normal citool, but instead of making a commit simply terminate with a zero exit code\&. It still checks that the index does not contain any unmerged entries, so you can use it as a GUI version of
109 \fBgit-mergetool\fR(1)
112 \fBgit citool\fR
113 .RS 4
114 Same as
115 \fBgit gui citool\fR
116 (above)\&.
119 \fBgit gui browser maint\fR
120 .RS 4
121 Show a browser for the tree of the
122 \fImaint\fR
123 branch\&. Files selected in the browser can be viewed with the internal blame viewer\&.
125 .SH "SEE ALSO"
127 \fBgitk\fR(1)
128 .RS 4
129 The Git repository browser\&. Shows branches, commit history and file differences\&. gitk is the utility started by
130 \fIgit gui\fR\*(Aqs Repository Visualize actions\&.
132 .SH "OTHER"
134 \fIgit gui\fR is actually maintained as an independent project, but stable versions are distributed as part of the Git suite for the convenience of end users\&.
136 The official repository of the \fIgit gui\fR project can be found at:
138 .if n \{\
139 .RS 4
142 https://github\&.com/j6t/git\-gui
144 .if n \{\
147 .SH "GIT"
149 Part of the \fBgit\fR(1) suite