bash: gdel

This commit is contained in:
Michael Grote 2023-09-13 15:04:35 +02:00
parent 2652b36ef6
commit 2ad3619bdb

View file

@ -198,7 +198,7 @@ alias tree="tree -a -I **.git**"
# git # git
alias gs="git status" alias gs="git status"
alias gf="git fetch" alias gf="git fetch"
alias gdel="git add . && git stash && git stash clear" alias gdel="git reset --hard ; git clean -f"
alias glast="git log -1 HEAD --stat" alias glast="git log -1 HEAD --stat"
alias gd="git diff" alias gd="git diff"
alias gsp="git stage -p" alias gsp="git stage -p"