Skip to content

Instantly share code, notes, and snippets.

@mikemichaelis
Created November 16, 2016 05:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikemichaelis/af35b81dd98c8a6aef6fc615ff4967ad to your computer and use it in GitHub Desktop.
Save mikemichaelis/af35b81dd98c8a6aef6fc615ff4967ad to your computer and use it in GitHub Desktop.
git clone https://dassedev.visualstudio.com/Common/_git/x-ng2-seed <your project name>
rm -rf .git <delete .git>
git init
<create your new online project repository>
git remote add origin <url of project repository>
git add --all
git commit -m'Setup'
git remote add upstream https://dassedev.visualstudio.com/Common/_git/x-ng2-seed
git fetch upstream
git merge upstream/master --allow-unrelated-histories
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment