Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Created March 2, 2017 14:37
Show Gist options
  • Save brunokrebs/07570e2ebfa79fcdfde7af9da3a65833 to your computer and use it in GitHub Desktop.
Save brunokrebs/07570e2ebfa79fcdfde7af9da3a65833 to your computer and use it in GitHub Desktop.
# adds new repo as a remote
git remote add origin [email protected]:YOUR-USERNAME/YOUR-REPO.git
# commits our code
git add .
git commit -m "Task List Angular app with a secure serverless REST API."
# push work to new repo
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment