How best to branch to grab a fresh copy, not including changes in my 'master' branch PR which was botched? #1284
-
Sorry for the absolute noob GitHub question, but how best do you all 'branch' and 'revert commits' or just grab a fresh copy of SystemInformer / PH for new Pull Request work? I cannot seem to figure this out and I'm going mad. Scenario:
Also, going forth, do you leave your 'master' branch as an untouched, freshly mirrored copy of there, so that when you spawn new branches from 'master' it is unmodified? Do you manage this via Github Desktop, VSCode, Visual Studio, or some sort of commandline tools connected to GH? Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
You can rename your GitHub fork. Then change your remote in your local repo.
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.) |
Beta Was this translation helpful? Give feedback.
You can rename your GitHub fork. Then change your remote in your local repo.
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.)