From 7828d551858503ac5fa7880ea7c63f4c6b244810 Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Wed, 27 Mar 2013 10:17:51 +0100 Subject: [PATCH] Added a sample of .gitconfig file Signed-off-by: Gaetan Semet --- dot_files/gitconfig | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dot_files/gitconfig diff --git a/dot_files/gitconfig b/dot_files/gitconfig new file mode 100644 index 000000000..e970f511b --- /dev/null +++ b/dot_files/gitconfig @@ -0,0 +1,20 @@ +# Please copy this part to your ~/.gitconfig +# or include it if git > 0.7.10 + +[alias] + commit = commit -s + st = status + ci = commit + br = branch + co = checkout + df = diff + lg = log -p + loo = log --pretty=oneline --abbrev-commit + lol = log --graph --decorate --pretty=oneline --abbrev-commit + lola = log --graph --decorate --pretty=oneline --abbrev-commit --all + rewrite-history = rebase -i HEAD~~ + rewrite-history1 = rebase -i HEAD~ + rewrite-history2 = rebase -i HEAD~~ + rewrite-history3 = rebase -i HEAD~~~ + rewrite-history4 = rebase -i HEAD~~~~ + rewrite-history5 = rebase -i HEAD~~~~~