Update bashrc
This commit is contained in:
@@ -17,6 +17,7 @@ alias stash="git stash save"
|
|||||||
|
|
||||||
alias a='git add'
|
alias a='git add'
|
||||||
alias c='feature commit'
|
alias c='feature commit'
|
||||||
|
alias co='git checkout'
|
||||||
alias d='clear; git diff -w'
|
alias d='clear; git diff -w'
|
||||||
alias l="git log --graph --date=short --pretty=format:'%C(yellow)%h %C(white)%ad %C(black)[%C(green)%an%C(black)] %C(blue)%s%C(yellow)%d'"
|
alias l="git log --graph --date=short --pretty=format:'%C(yellow)%h %C(white)%ad %C(black)[%C(green)%an%C(black)] %C(blue)%s%C(yellow)%d'"
|
||||||
alias m='feature merge'
|
alias m='feature merge'
|
||||||
|
|||||||
Reference in New Issue
Block a user