Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 270 Bytes

File metadata and controls

26 lines (17 loc) · 270 Bytes

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