third commit, changing omnistudent_notes.txt for real

master
Omnistudent 2013-11-25 08:28:40 +01:00
parent 09e66fd64a
commit 4269136f36
1 changed files with 5 additions and 1 deletions

View File

@ -2,9 +2,13 @@ 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
add these changes:
git add omnistudent_notes.txt
git commit -m "second commit, changing omnistudent_notes.txt"
git push origin master