How would one create a "side branch" in git/github and commit to it?

Friend wants to check all of my code that I'm stuck on but asked me to upload it to a side-branch to avoid pushing bad code into my main (understandable). I've never done this and google wasn't that helpful, any advise? I'm sure it's fairly simple!
3 Replies
Jochem
Jochem•15mo ago
it's just a weird way of saying branch I think git checkout -b branchname would make a new branch, or you can do it through the github interface (that's probably easier)
CDL
CDL•15mo ago
nope that worked, thanks jochem! 🙂
Jochem
Jochem•15mo ago
np!
Want results from more Discord servers?
Add your server