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…

Git: Setup a New Repository

Use Git to Setup a New Repository In this article I’ll demostrate how to use the Git bash command-line to setup a new repo. First, I’ll start with a new empty folder in which I plan to store a development solution. Now I’m ready to initialize the new folder as a git folder, create a…