Information Personal
Instructions
Download or Update
git pull origin master
Status or Changing
git Status
Add file
git add file
Add all files
git add .
Comments
git commit -m "first commit"
Upload
git push -u origin master
Register
git log
Dummy Change