git git clone username@url:path/···.gitgit push步骤 git status (查看变化的程式) git add 加上变化的文件, git commit -m “message” git commit -amend (可以添加注释) git push