We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$ git clone --depth=1 https://github.com/angular/angular-seed.git notely $ cd notely
.git
$ rm -rf .git $ git init $ git add . $ git commit -m "Initial commit using angular-seed"
Create a new repository in your GitHub account. Follow the instructions to add this repo as a remote for your local project, and push to that remote.
$ git remote add origin [email protected]:[YOUR GITHUB USERNAME]/notely.git $ git push -u origin master