14daysofgit
14daysofgit copied to clipboard
This repository is my journey learning Git and getting familiar with more commands. My aim is to spend at least an hour a day learning a new command or figuring out a way to be more efficient using Gi...
14DaysofGit
This repository is my journey learning Git and getting familiar with more commands. My aim is to spend at least an hour a day learning a new command or figuring out a way to be more efficient using Git.
Git Fundamentals
- [X] 1 ⌨️ > What is Version Control
- [X] 2 ⌨️ > What is Git
- [X] 3 ⌨️ > Installing Git (Command Line and GUI options)
- [X] 4 ⌨️ > Basic Git Commands to get started
Getting familiar with Git
- [X] 5 👀 > Inspecting a repository
- [X] 6 👀 > File Operations
- [X] 7 👀 > Undoing commits & changes
- [X] 8 👀 > Rewriting history
Advanced Git
- [X] 9 🦹♀️ > Branches
- [X] 10 🦹 > Merging
- [X] 11 🦹 > Rebasing
- [X] 12 🦹 > Stashing
- [X] 13 🦹 > Conflicts
- [X] 14 🦹 > Subtrees and Submodules