Git Essentials
Master Git essentials in this beginner-friendly course! Learn key version control concepts like commits, branches, and merges to manage and collaborate on code projects effectively. Start for free today!
What is Git?
Git For Sharing Code
Git to Collaborate
Open Source
Quiz 1 - Introduction to Git
Use Git Locally
Git Provider
Distributed Version Control
Quiz 2 - The Logic Behind Git
Download Git
Setup and Clone Repository
Quiz 3 - Configure Git
Create, Stage a file and Commit
Push
.git Folder
Connect Local Repository to Remote Repository
Quiz 4 - Push Your Code
Git Status
View Changes in File
Visual Studio GUI
View Commit History
Delete Files
Rename Files
Working with Folders
Undo Your Changes
Look Back Git Story
Go back to old state
Quiz 5 -Make Changes to Files
Git Ignore
Git Branches
Git Conflicts
Quiz 6 - Important Concepts