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