Modified the `gdiff`

This commit is contained in:
Marcin Woźniak 2022-11-04 11:13:03 +01:00
parent 428874ce8e
commit 284d8eb007
2 changed files with 2 additions and 1 deletions

2
.zshrc
View File

@ -99,7 +99,7 @@ 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 gstatus="git status -s"
alias gst="git status -s"
alias gdiff="git diff"
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 cal="cal -3"

@ -0,0 +1 @@
Subproject commit 5365cf2475af1f44618dc0387b8ef5e6078dce69