public
Description: My ~/bin dir
Clone URL: git://github.com/pcg79/tilda-bin.git
minor change
pcg79 (author)
Sun Jun 15 05:37:51 -0700 2008
commit  d8f9c7746985bbed6a12c9ea50a24d542620dde4
tree    1ecc0e5960f851f41afe0b2e18dc56c2e4b50ef8
parent  58ee25763aa1b0bdaddda8fa6191973ea69b7ac6
...
1
2
3
 
4
5
6
...
50
51
52
53
54
 
...
1
2
 
3
4
5
6
...
50
51
52
 
53
54
0
@@ -1,6 +1,6 @@
0
 #!/usr/bin/env ruby
0
 
0
-## git-remote-branch: a simple script to ease the unnecessarily complex
0
+## git-pull-branch: a simple script to ease the unnecessarily complex
0
 ## task of "publishing" a branch, i.e., taking a local branch, creating a
0
 ## reference to it on a remote repo, and setting up the local branch to
0
 ## track the remote one, all in one go. you can even delete that remote
0
@@ -50,4 +50,4 @@ die "A remote branch #{branch} on #{remote} doesn't exist!" if remote_ref.empty?
0
 exec "git checkout -b #{branch}"
0
 exec "git config branch.#{branch}.remote #{remote}"
0
 exec "git config branch.#{branch}.merge refs/heads/#{branch}"
0
-exec "git pull"
0
\ No newline at end of file
0
+exec "git pull"

Comments

    No one has commented yet.