Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 231 Bytes

File metadata and controls

19 lines (10 loc) · 231 Bytes

10-22-2015

synchronization in github

  1. git init

  2. git status

  3. git add -A

  4. git commit -m "initial commit"

  5. git remote add origin your-url-here

  6. git push -u origin master(/f)

insert 粘贴