Skip to content

Instantly share code, notes, and snippets.

@jpadams
Created July 2, 2014 06:20
Show Gist options
  • Save jpadams/b39deffa5c6f2882a88c to your computer and use it in GitHub Desktop.
Save jpadams/b39deffa5c6f2882a88c to your computer and use it in GitHub Desktop.
cd REPONAME
git init
git add .
git commit -m 'initial commit' -a
git remote add origin git@YOUR_SERVER_HOSTNAME:REPONAME
git push origin master:refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment