Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MarshalW/5d5538fbb6ee08a8ac0ef57eab827512 to your computer and use it in GitHub Desktop.
Save MarshalW/5d5538fbb6ee08a8ac0ef57eab827512 to your computer and use it in GitHub Desktop.
1001 git init
1003 git remote add origin git@github.com:YourUserName/ProjectName.git
1004 git fetch origin
1006 git checkout master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment