Log #0006
Level up your git terminal skills. git add -N
adds a new file to the history without its content. Then it is easy to see the whole file with git diff
and add only some portions of it with git add -p
. Kudos to Olivier.
Level up your git terminal skills. git add -N
adds a new file to the history without its content. Then it is easy to see the whole file with git diff
and add only some portions of it with git add -p
. Kudos to Olivier.