This commit is contained in:
Marc Beninca 2024-11-17 02:54:03 +01:00
parent 79b5c724e4
commit e5c43ae676
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -428,17 +428,19 @@ grms() {
}
# remove file(s) from index or move current branch pointer
alias grs="\
grs() {
git \
reset \
"
"${@}"
}
# wipe modifications or reset current branch to another commit
alias grsh="\
grsh() {
git \
reset \
--hard \
"
"${@}"
}
# current state of repository
alias gs="\