我有一个 repo master,我使用 file1.txt 和 file2.txt
git checkout -b fix1
然后我更改 file1.txt
我做了一个
git commit -a
然后我做一个
git checkout master
然后我做一个
git checkout -b fix2
然后我更改 file2.txt
我做了一个
git commit -a
然后git checkout master
一个
git merge fix1
git marge fix2
但如果我做一个
commit -a
我明白了
# 在分支master上 没有什么可提交的(工作目录干净)