DEV Community

Discussion on: Essential git commands every developer should know

Collapse
 
andy profile image
Andy Zhao (he/him)

Definitely git add -p too, for an interactive view of what you've made changes on.

Collapse
 
leomeloxp profile image
Leo Melo

This! git add -p was probably was helped me the most when swapping Source Tree for CLI git.

Collapse
 
loujaybee profile image
Lou (🚀 Open Up The Cloud ☁️)

Always git add -p !