Contents
Random Developer Notes
Fossil Export
To export from
<a href="http://www.fossil-scm.org/">fossil
</a>
to
git
:
- Export from <a href="http://www.fossil-scm.org/">fossil</a>:
fs export --git | git fast-import
- Reset head:
git reset HEAD
- Push to github:
git push origin/trunk