diff --git a/.zshrc b/.zshrc index f0c53e8..2b64815 100644 --- a/.zshrc +++ b/.zshrc @@ -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