fivetanley / ember-cli-migrator

migrate your files to the standard ember-cli structure, preserving git history
MIT License
106 stars 22 forks source link

add git commit at move files and git add at modify files #33

Closed tehviking closed 9 years ago

tehviking commented 9 years ago

This commit adds a git commit command after moving all the files and a git add command after the moved files are split and modified for ES6. This preserves git history for the files during the migration.

This was mostly me typing while @fivetanley taught me the ins & outs of the migrator tool, thanks! :smile_cat: