Skip to content

Instantly share code, notes, and snippets.

@gumayunov
Created March 2, 2011 17:41
Show Gist options
  • Save gumayunov/851346 to your computer and use it in GitHub Desktop.
Save gumayunov/851346 to your computer and use it in GitHub Desktop.
#!/bin/sh
REF=`git symbolic-ref HEAD | sed -e 's/refs\/heads\///'`
REMOTE=`git config --get branch.$REF.remote`
git fetch $REMOTE
git push -f $REMOTE $REF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment