@ -102,7 +102,13 @@ gcm() {
git commit -m "${args}"
}
alias gca="git commit -a"
alias gcam="git commit -am"
gcam() {
local args
for arg; do
args="${args} ${arg}"
done
git commit -am "${args}"
alias gp="git push"
alias gu="git pull"
alias gf="git fetch"
The note is not visible to the blocked user.