Mac to [email protected] • edit-22 years agoEvery git command I use (Cheatsheet)programming.devimagemessage-square12fedilinkarrow-up1106
arrow-up1106imageEvery git command I use (Cheatsheet)programming.devMac to [email protected] • edit-22 years agomessage-square12fedilink
minus-squareScratchlinkfedilinkEnglish5•2 years ago‘git checkout -‘ to toggle between branches ‘git checkout -b branch_name’ to create and switch to a new branch.
‘git checkout -‘ to toggle between branches ‘git checkout -b branch_name’ to create and switch to a new branch.