Skip to content

Instantly share code, notes, and snippets.

@yohangdev
Created June 25, 2018 19:09
Show Gist options
  • Select an option

  • Save yohangdev/8f4e673ee9a40cf2ef9ac26340f7edda to your computer and use it in GitHub Desktop.

Select an option

Save yohangdev/8f4e673ee9a40cf2ef9ac26340f7edda to your computer and use it in GitHub Desktop.
Git Rebase Feature Branch with upstream/master
// from feature branch
git pull upstream master -—rebase
git push origin <nama branch yang di PR> -f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment