From f0c5ce1e8ceb5bf50343741032069075aa88b342 Mon Sep 17 00:00:00 2001 From: Jean-Pierre PRUNARET Date: Sun, 8 May 2016 17:51:39 +0200 Subject: [PATCH] ajout d'alias git --- gitconfig | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 5c7c74a..6752a6f 100644 --- a/gitconfig +++ b/gitconfig @@ -7,9 +7,16 @@ status = auto [alias] a = add -p - st = status ci = commit co = checkout + ff = pull --ff-only + # Show files ignored by git + ignored = ls-files -o -i --exclude-standard + ls = ls-files + st = status + # Logs + lol = log --graph --decorate --pretty=oneline --abbrev-commit + lola = log --graph --decorate --pretty=oneline --abbrev-commit --all [push] default = simple [core]