git add -N file
This lets git know that you intend to add a file at some later point.
This makes the content of the file show up in ie. git diff
Return to note list
git add -N file
This lets git know that you intend to add a file at some later point.
This makes the content of the file show up in ie. git diff