用git提交项目的时候提示“no changes added to commit”

最近刚开始使用git,把遇到的问题记录一下

提交项目时提示no changes added to commit,可通过以下方法解决

git add -A

git status

git commit -m'项目名 #time xh/xd #comment[注释]'

git pull

git push

用git提交项目的时候提示“no changes added to commit”