Introduction to Git & Github
-
1Course Introduction
-
2Git intro + installation
-
3Git architecture, Git INIT and Git CLONE
-
4Git ADD Working directory to Staging
-
5Git COMMIT Staging to Local Repository / How to undo the last commit
-
6Git DIFF, Git RM (--cached) and Git RESET –hard
-
7Introduction to branching and project setup
-
8Git Branch - How to create BRANCHES
-
9Switching between branches
-
10Merging branches
-
11Git fetch, git pull and git push
-
12Pull Requests
-
13How to delete remote branch
-
14How to Delete Local branch
-
15Git Stash, stash pop, stash list, stash show, stash clear
-
16Fork repository
-
17Github Markdown syntax