I have a repo master and I do with file1.txt and file2.txt
git checkout -b fix1 I then change file1.txt
and I do a
git commit -a then I do a
git checkout master then I do a
git checkout -b fix2 I then change file2.txt
and I do a
git commit -a then git checkout master then a
git merge fix1 git marge fix2 but if I do a
commit -a I get
# On branch master nothing to commit (working directory clean)