Intermediate skills with local repos
11
Reference log
GitHub from A to Z
Introduction
Why Git?
Introduction to local repositories
1
Setup for local repos
2
Basics of local repos
Intermediate skills with local repos
3
Easy “oops” to fix
4
Comparing two commits
5
Branches
6
Merging
7
Rebase
8
Cherry-picking
9
Bisect
10
Stashing
11
Reference log
Introduction to remote repos
12
Setup for remote repos
13
Basics of remote repos
Collaboration and project management
14
Pull requests
15
Forks
16
Issues
Next steps
Intermediate skills with local repos
11
Reference log
11
Reference log
Use
git reflog
to recover lost commits, undo a rebase and more
10
Stashing
Introduction to remote repos