Skip to content

Instantly share code, notes, and snippets.

@morgenfriedel
Created November 26, 2017 17:25
Show Gist options
  • Select an option

  • Save morgenfriedel/6a53fc223a56329d8c23560ace42b33c to your computer and use it in GitHub Desktop.

Select an option

Save morgenfriedel/6a53fc223a56329d8c23560ace42b33c to your computer and use it in GitHub Desktop.
Process for creating a new Github repo.
# 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