aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-29 09:27:23 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-29 09:27:23 +1200
commitb4763b6ad2d62de3c63eae588940adca01231df3 (patch)
treefde8be256cb6c6051332b6ad523bbbbb8fb431cf /man/man1
parentRemove GitHub-style Markdown fenced code block (diff)
downloaddotfiles-b4763b6ad2d62de3c63eae588940adca01231df3.tar.gz
dotfiles-b4763b6ad2d62de3c63eae588940adca01231df3.zip
Add jfc(1)
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/jfc.116
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>