Home - Gazler/githug GitHub Wiki
Level Ideas
- Patches
- filter-branch
- rebasing
- stashing
- submodules
- delete branch
- interactive add
- pushing one branch instead of another
- git remote show origin (stale branches)
- git remote prune
- Undo accidental commits on a production branch, moving them to a dev branch
Bonus Levels
- use an external editor/IDE
- create git related macros
- how to use GitHub's web interface ;)