Skip to content

Instantly share code, notes, and snippets.

@telukir
Created July 13, 2016 20:26
Show Gist options
  • Save telukir/6b9cd783b0f435c62a8f0f2d9658aec7 to your computer and use it in GitHub Desktop.
Save telukir/6b9cd783b0f435c62a8f0f2d9658aec7 to your computer and use it in GitHub Desktop.
syncing forked repo branch with parent branch
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