Created
April 11, 2016 11:22
-
-
Save przor3n/5fb8f22524ef65cc3ec6ef3d42e2203e to your computer and use it in GitHub Desktop.
Git reset remote branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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