Skip to content

Instantly share code, notes, and snippets.

@przor3n
Created April 11, 2016 11:22
Show Gist options
  • Select an option

  • Save przor3n/5fb8f22524ef65cc3ec6ef3d42e2203e to your computer and use it in GitHub Desktop.

Select an option

Save przor3n/5fb8f22524ef65cc3ec6ef3d42e2203e to your computer and use it in GitHub Desktop.
Git reset remote branch
git checkout develop
git pull
git checkout branch #co by zapisać
git fetch develop
git rebase upstream/develop develop #tutaj sobie cofamy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment