To start your first git project, follow these steps: Create a new directory on your computer to hold the project files. Open a terminal window
Moving Your Git Project to GitHub
From the root of your current project run this command. That’s it!
See a File’s Last Two Commits with Git Diff
An easy but very useful command to know as a beginner git user. Find what’s changed since the last commit of a file or you’ve

Work on Multiple Sub Projects at the Same Time (Git Branches)
Instead of always working and committing against the master branch you can create local branches as a way to work on multiple software features within