Removed the gstatus, gnew
This commit is contained in:
parent
cf2beda57a
commit
f9fa2b3ea6
2
.zshrc
2
.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 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 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 gch="git checkout"
|
||||||
alias gstatus="git status -s"
|
|
||||||
alias gst="git status -s"
|
alias gst="git status -s"
|
||||||
alias gdiff="git diff | cat"
|
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"
|
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
|
# Others
|
||||||
|
Loading…
Reference in New Issue
Block a user