📄️ Git Basics
What is Git?
📄️ Getting Started
Creating a Git folder
📄️ New Files
Adding new Files
📄️ Staging Area
Git-Staging-Diagram-1
📄️ Commits
Git-Staging-Diagram-2
📄️ Branch
Using Git branches
📄️ Merging
Merging Branches
📄️ Merge Conflicts
Let's continue work on our original hello-world-pictures branch by adding another image to our project.
📄️ Exersises
Work in Progress...
📄️ Index
Index of terminology within this tutorial
📄️ Citations
This entire tutorial is HEAVILY inspiried from W3 School's tutorial. Major credit goes to their tutorial on Git.