second commit, changing omnistudent_notes.txt

master
Omnistudent 2013-11-25 08:26:32 +01:00
parent 4a2b9789d6
commit 09e66fd64a
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
mkdir mtclient
cd mtclient
git init
touch omnistudent_notes.txt
gitt add omnistudent_notes.txt
git add omnistudent_notes.txt
git commit -m "first commit, adding omnistudent_notes.txt"
git remote add origin https://github.com/Omnistudent/mtclient.git
git push origin master