Skip to content

Instantly share code, notes, and snippets.

@butihuzi
Created February 6, 2012 01:27
Show Gist options
  • Save butihuzi/1748813 to your computer and use it in GitHub Desktop.
Save butihuzi/1748813 to your computer and use it in GitHub Desktop.
git init add commit remote push
mkdir gdp
cd gdp
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin git@github.com:XingCloud/gdp.git
git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment