Update README

This commit is contained in:
Martin Hare Robertson 2010-04-06 00:36:55 +01:00
parent 129b06c522
commit e4ecd84713
1 changed files with 3 additions and 19 deletions

View File

@ -1,28 +1,12 @@
Next steps:
Key Git Commands:
mkdir gb.instrument
cd gb.instrument
git init
touch README
git add README
git commit -m 'first commit'
git remote add origin git@github.com:mchr3k/gb.instrument.git
git push origin master
git push origin master
Existing Git Repo?
cd existing_git_repo
git remote add origin git@github.com:mchr3k/gb.instrument.git
git push origin master
Importing a Subversion Repo?
Click here
When you're done:
Continue