You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git-browse \- Interactively browse a file's Git history
11
+
.SH "SYNOPSIS"
12
+
\fIgitbrowse\fR [-h] [<commit>] <path>
13
+
.fi
14
+
.sp
15
+
.SH "DESCRIPTION"
16
+
.sp
17
+
Browse the Git history of a single file. \fIgit-browse\fR is similar to \fBgit-blame\fR(1) but allows you to move between revisions interactively\&.
18
+
.sp
19
+
The commands for navigating around the file are based on \fBless\fR(1) and should therefore be familiar to most command line users. However, since only a subset of the \fBless\fR commands are currently supported and there are additional commands to move forwards and back through history it's worth glancing though the commands section below.
20
+
.SH "OPTIONS"
21
+
.PP
22
+
\-h
23
+
.RS4
24
+
Display a brief help message.
25
+
.RE
26
+
.PP
27
+
<commit>
28
+
.RS4
29
+
The commit to start from. Defaults to HEAD.
30
+
.RE
31
+
.PP
32
+
<path>
33
+
.RS4
34
+
The path to the file you want to examine. The file must be tracked by Git.
0 commit comments