add
all
git add --all
partial
git add -p
or better yet git aa -p
at each step
s
= splity
= yesd
= skipe
= edit in your editor
Trying to add a new / untracked file partially? Well, git is stupid and doing
git add -p
will print "No changes". You must first f