Adds convenient alias for git status
This commit is contained in:
parent
b15255e605
commit
4697864db7
2 changed files with 482 additions and 0 deletions
|
|
@ -26,3 +26,6 @@ alias wdirs='dirs | tr " " "\n" | sort -r'
|
|||
# Pretty-print git history
|
||||
alias glp="git log --graph --pretty=format:'%Cred%h%Creset -%Cblue %an %Creset - %C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"
|
||||
|
||||
# Convenient alias for git status
|
||||
alias gst="git status"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue