revert bash alias
This commit is contained in:
Michael Grote 2023-12-21 13:28:41 +01:00
parent 9dc37c67cc
commit 19a2342707
1 changed files with 0 additions and 1 deletions

View File

@ -246,7 +246,6 @@ alias gdel="git reset --hard ; git clean -f"
alias glast="git log -1 HEAD --stat"
alias gd="git diff"
alias gsp="git stage -p"
alias gdbranch='git for-each-ref --format '%(refname:short)' refs/heads | grep -v "master\|main" | xargs git branch -D'
# docker
alias dcu="docker-compose up"
alias dcd="docker-compose down"