delagoya (owner)

Fork Of

Revisions

gist: 16068 Download_button fork
public
Description:
hack git script
Public Clone URL: git://gist.github.com/16068.git
hack
1
2
3
4
5
6
7
#!/bin/sh -x
# git name-rev is fail
CURRENT=`git branch | grep '*' | awk '{print $2}'`
git checkout master
git pull origin master
git checkout ${CURRENT}
git rebase master