public
Description: bash scripts, aliases, other misc things go here
Homepage: http://opensource.thinkrelevance.com
Clone URL: git://github.com/relevance/etc.git
Search Repo:
Adding alias to perform a git commit and a git push in a single command.
Jason Rudolph (author)
Fri Apr 11 16:40:18 -0700 2008
commit  0d6fe4740ddd4171e2ee516a6fec10621f5a9be5
tree    fc571f1a8f142c0a0e9cfbb39f9e155f8333cecb
parent  feb39741e6623b9b4f5e3a7a6cf5dd8d420ee6c2
...
42
43
44
 
45
46
47
...
42
43
44
45
46
47
48
0
@@ -42,6 +42,7 @@ alias gc='git commit -v'
0
 alias gca='git commit -v -a'
0
 alias gb='git branch'
0
 alias gba='git branch -a'
0
+alias gcap='git commit -v -a && git push'
0
 
0
 # git svn
0
 alias gsr='git svn rebase'

Comments

    No one has commented yet.