If you would like to commit part of the changes you are working on you can use git add -i [file]: > $ git add -i lib/server.js staged unstaged path 1: unchanged +34/-11 lib/server.js *** Commands *** 1: status 2: update 3: revert 4: add untracked 5 ...
↧