Chapter 5 Intermediate Topics
Lets see what people want to learn
Merge conflict
Checking out specific hash
Checking out Parent
git checkout # to unstage change or # to checkout branch
Git reset –cached
git stash
git stash pop/ git stash apply
git rebase
git revert
git rm - git reset HEAD
git update-inde –skip-worktree
git pull –allow-unrelated-history
git commit –amend –no-edit
git remote add
git clean
git pull/ git fetch
Ours vs theirs