Random Developer Notes

Fossil Export

To export from fossil to git:

  1. Export from fossil: fs export --git | git fast-import
  2. Reset head: git reset HEAD
  3. Push to github: git push origin/trunk