Our files shows up in a red color which means git knows we added this file but git isn't keeping track of this file yet. To add the file, type 'git add .' which adds everything in the current directory to our git repository. We can check the status again ...
↧