From 745a83ce41fa249c7f49b9ec46154033e2287ffb Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 13 Apr 2014 22:54:19 -0700 Subject: [PATCH] add git cam and git ff --- dotfiles/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index a3536ec7..e0924199 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -5,6 +5,9 @@ s = status -s # Clone a repository including all submodules c = clone --recursive + ff = merge --ff-only + ffs = "!ffs() { git ff $1 && git suir; }; ffs" + cam = commit -am # Commit all changes ca = !git add -A && git commit -av branches = branch -a