From 0fc0014893dc6189b6193a0ae13ef29d04db22d3 Mon Sep 17 00:00:00 2001 From: Thomas JUND Date: Tue, 18 Jul 2023 10:54:21 +0200 Subject: [PATCH] my gitconfig: add aliases --- tj_gitconfig.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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