diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-06-29 09:27:23 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-06-29 09:27:23 +1200 |
commit | b4763b6ad2d62de3c63eae588940adca01231df3 (patch) | |
tree | fde8be256cb6c6051332b6ad523bbbbb8fb431cf /man/man1 | |
parent | Remove GitHub-style Markdown fenced code block (diff) | |
download | dotfiles-b4763b6ad2d62de3c63eae588940adca01231df3.tar.gz dotfiles-b4763b6ad2d62de3c63eae588940adca01231df3.zip |
Add jfc(1)
Diffstat (limited to 'man/man1')
-rw-r--r-- | man/man1/jfc.1 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/man/man1/jfc.1 b/man/man1/jfc.1 new file mode 100644 index 00000000..8b5f9626 --- /dev/null +++ b/man/man1/jfc.1 @@ -0,0 +1,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> |