Description
In this course, you will learn :
Syllabus :
1. Configuring Git Locally
- Git Config
- Creating a New Project With Git
- Git Commit
- Git Logs
- Undo a Commit
2. Branches
- What Is a Branch?
- Creating a Branch
- Switching Between Branches
- Renaming Branches
- Deleting a Branch
- Git Stash
3. Merging Branches
- Git Merge
- Merge Conflicts
- Resolving Merge Conflicts
4. Remote Repositories
- What Is GitHub?
- Creating a Remote Repository
- Pushing Code to GitHub
- Git Clone
- Git Fetch
- Git Pull
- Pull Requests
5. Rebasing Branches
- Git Rebase
- Managing Conflicts When Rebasing
- Difference Between Rebasing and Merging