aboutsummaryrefslogtreecommitdiff
path: root/man/man1/jfc.1
blob: 8b5f96262c229efbc035d0fdbc494a26b5fcc777 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.TH JFC 1 "June 2016" "Manual page for jfc"
.SH NAME
.B jfc
\- add all and commit quietly to a Git repository with a stock message
.SH SYNOPSIS
.B jfc
.SH DESCRIPTION
.B jfc
adds all the changed/added files in a Git repository and commits them silently
with a stock message. This is for cases where you're tracking content and
changes but don't need to care about being rigorous with commit messages. The
author uses it for his ~/.remind files.
.SH SEE ALSO
git(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>