- Added develop/master aliases
This commit is contained in:
parent
41f67efdfd
commit
cf29ef33c0
1 changed files with 2 additions and 0 deletions
|
@ -11,3 +11,5 @@
|
|||
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
|
||||
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
|
||||
diffpull = diff HEAD@{1}
|
||||
master = checkout master
|
||||
develop = checkout develop
|
||||
|
|
Loading…
Reference in a new issue