Created
July 13, 2016 20:26
-
-
Save telukir/6b9cd783b0f435c62a8f0f2d9658aec7 to your computer and use it in GitHub Desktop.
syncing forked repo branch with parent branch
This file contains 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 branch --track development upstream/development | |
fatal: A branch named 'development' already exists. | |
$ git branch -a | |
* development | |
master | |
remotes/origin/HEAD -> origin/master | |
remotes/origin/master | |
remotes/upstream/development | |
remotes/upstream/master | |
remotes/upstream/update-readme-file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment