Skip to content

Instantly share code, notes, and snippets.

@dapurv5
Created January 2, 2013 16:32
Show Gist options
  • Save dapurv5/4435873 to your computer and use it in GitHub Desktop.
Save dapurv5/4435873 to your computer and use it in GitHub Desktop.
tutorial git on googlecode
➜ ~ git clone https://code.google.com/p/my-git-dummy-project/
➜ ~ cd my-git-dummy-project
➜ ~ echo "README" > README
➜ ~ git add .
➜ ~ git commit -m "first commit"
➜ ~ git push -u origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment