T1.3 [opt] Commit code to Github
This task is optional
Register a Github account
Before we start you need to register a Github account first.
Write a .gitignore in your root directory
.gitignore specifies the files and directories will not commit by Git.
You can base your .gitignore on the visual studio templates if you use Visual Studio
I appended the following to the Visual Studio template
Last updated