diff options
| -rw-r--r-- | .gitconfig | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +[alias] + br = branch + brd = branch -d + brD = branch -D + co = checkout + cob = checkout -b + ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate [user] email = mvertes@free.fr name = Marc Vertes |
