Take the 2008 Git User's Survey and help out! [ hide ]

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:
new git alias for pull then push
rsanheim (author)
Mon Jun 30 08:52:57 -0700 2008
commit  690d7505fa218fefea23b8ab0d4921b109bc380f
tree    b1bf3e427957a5976e1afd501bb5d4700c2684f1
parent  ced38903efa86905773ab77f5ca0a9d631c45042
...
8
9
10
 
11
12
13
14
...
8
9
10
11
12
13
14
15
0
@@ -8,6 +8,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 gpp='git pull; git push'
0
 # For when you are stuck between worlds...
0
 alias gsd='git svn dcommit'
0
 alias gsb='git svn rebase'
0
\ No newline at end of file

Comments

    No one has commented yet.