From f9fa2b3ea6ab114a5c52234f468b8510e4bf511b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 25 Mar 2023 13:02:21 +0100 Subject: [PATCH] Removed the gstatus, gnew --- .zshrc | 2 -- 1 file changed, 2 deletions(-) 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