Skip to content

Instantly share code, notes, and snippets.

@jnstq
Created February 16, 2009 17:21
Show Gist options
  • Save jnstq/65256 to your computer and use it in GitHub Desktop.
Save jnstq/65256 to your computer and use it in GitHub Desktop.
# remote
cd /var/git
mkdir app_name
cd app_name
git init
# local
git init
git remote add origin [email protected]:/var/git/app_name
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment