Not sure if this helps
[socialgit.git] / bin / updatebranch
blob687fb1956a34460f3405f5821f4c18cac751940b
1 #!/bin/sh
2 # updatebranch
4 git fetch
5 git fetch --tags
6 rebasebranch origin/`currentbranchname`