Skip to content

Instantly share code, notes, and snippets.

@rarous
Created June 19, 2013 13:15
Show Gist options
  • Save rarous/5814246 to your computer and use it in GitHub Desktop.
Save rarous/5814246 to your computer and use it in GitHub Desktop.
function Rebase-Tf {
git stash
git tf fetch
git rebase FETCH_HEAD
git stash pop
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment