Git is a version control system. Git is free software. 初始化仓库:git init 将文件放到Git仓库:git add readme.txt; git commit -m "wrote a note"; test test1