Skip to content

Instantly share code, notes, and snippets.

@JessCodes
Created February 28, 2017 00:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JessCodes/c89b025e7c8f924965369a07f7e18cbd to your computer and use it in GitHub Desktop.
Save JessCodes/c89b025e7c8f924965369a07f7e18cbd to your computer and use it in GitHub Desktop.
In Xcode: create new project
On Github: initialize new repo
In terminal: change directory into project folder and enter the following commands
git init
git add .
git commit -m "Initial commit"
git remote add origin git@github.com:<username>/<repo name>.git
git pull origin master
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment