Modified the gdiff
This commit is contained in:
parent
428874ce8e
commit
284d8eb007
2
.zshrc
2
.zshrc
@ -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 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 gstatus="git status -s"
|
||||||
alias gst="git status -s"
|
alias gst="git status -s"
|
||||||
alias gdiff="git diff"
|
alias gdiff="git diff | cat"
|
||||||
alias gnew="git checkout -b"
|
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"
|
||||||
alias cal="cal -3"
|
alias cal="cal -3"
|
||||||
|
1
repo/fortigate-parser/template-python-script
Submodule
1
repo/fortigate-parser/template-python-script
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 5365cf2475af1f44618dc0387b8ef5e6078dce69
|
Loading…
Reference in New Issue
Block a user