eh
This commit is contained in:
@@ -78,11 +78,11 @@ function dcp() {
|
||||
local arg="$(whoami) at $(date)"
|
||||
fi
|
||||
|
||||
a || exit
|
||||
a || return 1
|
||||
|
||||
git commit -m "$arg" || exit
|
||||
git commit -m "$arg" || return 1
|
||||
|
||||
git push || exit
|
||||
git push || return 1
|
||||
}
|
||||
|
||||
function strip-tags() {
|
||||
|
Reference in New Issue
Block a user