Add bin directory for custom scripts
This commit is contained in:
parent
8988c2a31f
commit
ceb01ff80c
3 changed files with 9 additions and 1 deletions
bin
7
bin/git-cm
Executable file
7
bin/git-cm
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [[ $# > 0 ]]; then
|
||||
git commit -m "$@"
|
||||
else
|
||||
git commit -v
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue