diff options
Diffstat (limited to 'git-commit')
-rwxr-xr-x | git-commit | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git-commit b/git-commit new file mode 100755 index 0000000..a8022c1 --- /dev/null +++ b/git-commit @@ -0,0 +1,3 @@ +#!/bin/sh +git add configure db doc git-commit gitd scripts +git commit |