Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 188 Bytes

File metadata and controls

7 lines (7 loc) · 188 Bytes

本地建立一个Git版本库。 $ mkdir helloworld $ cd helloworld $ git init 然后在版本库中添加示例文件,如README.md文件,内容同前。 $ git add README.md $ git commit -m "README for this project."