diff --git a/tj_gitconfig.txt b/tj_gitconfig.txt index 1411313..fc2d7d0 100644 --- a/tj_gitconfig.txt +++ b/tj_gitconfig.txt @@ -1,5 +1,5 @@ [core] - editor = subl + editor = subl -n -w [color] branch = auto diff = auto @@ -10,3 +10,7 @@ [user] name = Thomas JUND email = tjund@entrouvert.com +[alias] + co = checkout + ci = commit + br = branch