snaptoken / leg

Tools for making step-by-step code walkthroughs
MIT License
130 stars 2 forks source link

Commands to export to / import from git repo #35

Open paigeruten opened 6 years ago

paigeruten commented 6 years ago

The leg command set is a nice user-friendly layer over git, but some users might just want to use git if they're already familiar with it, or need the extra power it gives.

leg export will export the tutorial to a git repo (repo/ by default).

leg import will import a git repo (repo/ by default) back in.