Git merge 前修改代码方法

当已经提交merge了,但是还没merge前,如果想修改代码可以用以下方法

git add .
git commit -m "你的提交消息"
git push origin 你的分支名

你可能感兴趣的:(git,git,gitcode)