Intro to Git and GitHub Part 1: Your first repository
This is a continuation of a tutorial blog series to learn the basics of Git, using GitHub and the GitHub client.
To start from the beginning, go here: https://www.tobiahmarks.com/2014/08/intro-git-github-0/
In this part, you will learn:
Creating a new local repository
Committing changes
Discarding changes
Renaming an deleting files
Reverting changes
Ignoring files
You can read more by going to the "Intro to Git and GitHub Part 1: Your first repository" post on Tobiah Marks blog.