DEV Community

Discussion on: Git Branching, Step-by-Step

Collapse
 
ben profile image
Ben Halpern

Nice post Funda.

For STEP 4, I'd also suggest git add -p as a means of deciding which files to include. It lets you step through all your changes and give a y or n to decide what to stage.

Collapse
 
thadevelyouknow profile image
Funda

I love that. I am trying to be absolutely minimal (MVP) here, since this was written for the classroom & there is always a lot of confusion when students first encounter this. Perhaps I will add links to handle more shortcuts, best practices, and features.

Collapse
 
ben profile image
Ben Halpern

πŸ‘Œ