adding git deliver
This commit is contained in:
parent
edf2caa2a2
commit
b8b9726b04
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@
|
||||||
undo = reset --soft HEAD^
|
undo = reset --soft HEAD^
|
||||||
amend = commit --amend
|
amend = commit --amend
|
||||||
random = !"git add -A; git commit -am \"$(echo $(curl -s http://whatthecommit.com/index.txt)\" (http://whatthecommit.com)\")\""
|
random = !"git add -A; git commit -am \"$(echo $(curl -s http://whatthecommit.com/index.txt)\" (http://whatthecommit.com)\")\""
|
||||||
|
deliver = "!bash ~/builds/git-deliver/deliver.sh"
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
branch = auto
|
branch = auto
|
||||||
|
|
Loading…
Reference in a new issue