git 仓库

  • 初始化版本库
    - git init
  • 添加文件到版本库
    - git add
    - git commit
  • 查看仓库状态
    - git status

你可能感兴趣的:(git 仓库)