-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Zhamri Che Ani edited this page Nov 14, 2017
·
3 revisions
$ git clone https://github.com/zhamri/MyClass-Git.git
$ cd MyClass-Git
$ echo "# This is a testing." >> README.md
$ git add README.md
$ git commit -m "Initial commit"
$ git push -u origin master