Skip to content
eyemaginesrobbins edited this page Dec 27, 2013 · 14 revisions

Level Ideas

  • Merge with conflicts
  • Patches
  • filter-branch
  • rebasing
  • checkout tag
  • branch from tag
  • stashing
  • submodules
  • delete branch
  • interactive add
  • pushing one branch instead of another
  • git remote show origin (stale branches)
  • git remote prune
  • Undo 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 ;)
Clone this wiki locally