Yao Lirong's Blog

Yao Lirong's Blog

Innovation For Everyone

loading
Introduction to Git Command

Creating repository

  • git init: create a repository
  • git add File_Name: add “File_Name” to repository
  • git add . : add all files
  • git commit -m "message": commit changes and tell others what changes have been made
  • git commit -m "Title" -m "Description ..": commit with a short title then long description
avatar
姚立嵘 Yao
让每个人享受科技的乐趣 (Innovation For Everyone)