Skip to content

Instantly share code, notes, and snippets.

@lefnire
Last active December 19, 2015 20:58
Show Gist options
  • Save lefnire/6016567 to your computer and use it in GitHub Desktop.
Save lefnire/6016567 to your computer and use it in GitHub Desktop.
cp -R old/.git new
cd new
git branch angular && git checkout angular
git add . && git add -u .
git commit -am 'initial port to angular'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment