ChrisCummins/emu

Prune the feature bloat

ChrisCummins opened this issue · 0 comments

Features to remove:

  • the squash command
  • the HEAD pointer, and anything to do with branching
  • checkout - replace it with a 'restore' command
  • most of the command line flags. they should either go in .emu/config, or be hardcoded
  • the explicit clean command - this should be done automatically on push