Skip to content

Instantly share code, notes, and snippets.

@lzcabrera
Created September 18, 2014 21:45
Show Gist options
  • Save lzcabrera/157e12dd0edc9a6bf33a to your computer and use it in GitHub Desktop.
Save lzcabrera/157e12dd0edc9a6bf33a to your computer and use it in GitHub Desktop.
rebase belong to us
]$ git checkout feature-branch
]$ git rebase develop
]$ git checkout develop
]$ git merge feature-branch
]$ git fetch origin/develop
]$ git rebase origin/develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment