Removed the gstatus, gnew

This commit is contained in:
Marcin Woźniak 2023-03-25 13:02:21 +01:00
parent cf2beda57a
commit f9fa2b3ea6
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 0 additions and 2 deletions

2
.zshrc
View File

@ -198,10 +198,8 @@ alias gpush="git push"
alias gpull="git fetch -p -q; git pull; git submodule foreach git pull origin master -q; git submodule foreach git pull origin main -q; git submodule status"
alias gpu="git fetch -p -q; git pull; git submodule foreach git pull origin master -q; git submodule foreach git pull origin main -q; git submodule status"
alias gch="git checkout"
alias gstatus="git status -s"
alias gst="git status -s"
alias gdiff="git diff | cat"
alias gnew="git checkout -b"
alias glog="git log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches"
# Others