Skip to content

How best to branch to grab a fresh copy, not including changes in my 'master' branch PR which was botched? #1284

Closed Answered by jxy-s
AltF5 asked this question in Questions / Answers
Discussion options

You must be logged in to vote

You can rename your GitHub fork. Then change your remote in your local repo.

git remote remove origin
git remote add origin [your fork]

You can also change your upstream remote to point at the new upstream if you do that.

(Sorry on mobile right now, I'll help out more when I'm back at a computer.)

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@AltF5
Comment options

@jxy-s
Comment options

@AltF5
Comment options

@fade2gray
Comment options

@AltF5
Comment options

Answer selected by AltF5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants