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