Skip to content

Instantly share code, notes, and snippets.

@aarvay
Created July 19, 2011 12:08
Show Gist options
  • Save aarvay/1092113 to your computer and use it in GitHub Desktop.
Save aarvay/1092113 to your computer and use it in GitHub Desktop.
Setting up the local repo
git remote add prod user@yourwebsite.com:yourwebsite.git
git push prod +master:refs/heads/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment