Git 基本使用


基本的提交过程

git status 查看状态

git add . 所有文件

git commit -m “”

git push 提交到github

你可能感兴趣的:(Git 基本使用)