GitHub: Commit
Using Git to Track/Record Changes In my last article I demonstrated how to use the Git bash command-line to setup a new repo. In this article, I’ll show how to use commit to track and record changes. I’m starting with an empty repo so first I’ll add a new blank readme.md. Now, I’ll see if…