9bb8e8c9ca90
more git alias shit
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Thu, 29 May 2014 11:49:40 -0400 | 
| parents | 6dbb848c0675 | 
| children | a73d2867d4e0 | 
| branches/tags | (none) | 
| files | gitconfig | 
Changes
--- a/gitconfig Thu May 29 11:49:26 2014 -0400 +++ b/gitconfig Thu May 29 11:49:40 2014 -0400 @@ -73,6 +73,7 @@ uu = !git merge --ff-only upstream/`git currentbranch` fuu = "!sh -c 'git fu && git uu' -" + fuum = "!sh -c 'git co master && git fuu' -" addremove = !git add . && git add -u addrem = !git addremove