aboutsummaryrefslogtreecommitdiff
path: root/man/man1/grc.1df
blob: 9ae3281804210aed96de623cc0fb5f3ad8cf00d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH GRC 1df "June 2016" "Manual page for grc"
.SH NAME
.B grc
\- return whether dir is a Git repository with pending changes
.SH SYNOPSIS
.B grc
.br
.B grc
/path/to/repo
.SH DESCRIPTION
.B grc
checks whether the given directory (defaulting to the working directory) is a
Git repository and has pending changes.  Normally this emits no output.
.SH SEE ALSO
git(1), isgr(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>