diff --git a/omnistudent_notes.txt b/omnistudent_notes.txt index 050cc15..a86b50f 100644 --- a/omnistudent_notes.txt +++ b/omnistudent_notes.txt @@ -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 +