This commit is contained in:
Marc Beninca 2024-11-16 18:48:01 +01:00
parent 1ddba59759
commit a92770848e
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -73,19 +73,14 @@ gbs() {
"${@}" "${@}"
} }
# clone a remote repository
alias gc="\
git \
clone \
"
# clean untracked files # clean untracked files
alias gcf="\ gcf() {
git \ git \
clean \ clean \
-d \ -d \
--force \ --force \
" "${@}"
}
# commit the index # commit the index
alias gcm="\ alias gcm="\