From 9cce1410a0fee4954ea6cf4d99e01376b41ce12e Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Mon, 11 Jul 2016 15:44:13 +0200 Subject: [PATCH] ajout d'un lien vers des raccourcis utiles pour git --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index 6752a6f..1a83ecb 100644 --- a/gitconfig +++ b/gitconfig @@ -1,3 +1,4 @@ +# http://www.git-attitude.fr/2014/09/15/30-options-git-qui-gagnent-a-etre-connues/ [color] diff = auto branch = auto @@ -10,6 +11,7 @@ ci = commit co = checkout ff = pull --ff-only + oops = commit --amend --no-edit # Show files ignored by git ignored = ls-files -o -i --exclude-standard ls = ls-files