Created
March 2, 2017 14:37
-
-
Save brunokrebs/07570e2ebfa79fcdfde7af9da3a65833 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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