too lazy to come up with a helpful commit message :)
This commit is contained in:
@@ -94,7 +94,7 @@ if type -q git
|
|||||||
function acp
|
function acp
|
||||||
git add . || return 1
|
git add . || return 1
|
||||||
if test (count $argv) -eq 0
|
if test (count $argv) -eq 0
|
||||||
git commit -m "." || return 1
|
git commit -m "too lazy to come up with a helpful commit message :)" || return 1
|
||||||
else
|
else
|
||||||
git commit -m "$argv" || return 1
|
git commit -m "$argv" || return 1
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user