githubteacher / githubteacher/dev-dec-12
Day 2
Open
- Dominant language
- No language data
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
## GitHub Games
- [x] Update the `README.md`
- [x] Practice merge conflicts
- [x] Fix game using `git revert`
- [x] Atomic commits
- [ ] `git mv`
- [ ] `git add -p`
## Rewriting History
- [x] Commit structure - why are some things safe to do?
- [x] Create local repository
- [x] `git reset` to go back in time
- [x] `git reflog`: A history of where HEAD has pointed
- [x] `git cherry-pick`
## Other good to know
- [x] Fast Forward merge vs Recursive merge
- [x] `git rebase`
- [x] `.gitignore`
- [x] Tagging with Git
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.