Created
November 26, 2017 17:25
-
-
Save morgenfriedel/6a53fc223a56329d8c23560ace42b33c to your computer and use it in GitHub Desktop.
Process for creating a new Github repo.
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
| # TODO: See if you can automate what you have to do at | |
| # https://github.com/new somehow... | |
| git init | |
| git add -A | |
| git commit -m "init" | |
| git remote add origin git@github.com:morgenfriedel/<NAME-OF-REPO>.git | |
| git push -u origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment