my gitconfig: add aliases

This commit is contained in:
Thomas Jund 2023-07-18 10:54:21 +02:00
parent c60d31a1a8
commit 0fc0014893
1 changed files with 5 additions and 1 deletions

View File

@ -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