Uncategorized
how to merge branch along with merge commit
Assume I have created a dev branch from master branch at some point. I made a few commits to dev and then merge these commits back to master. If I blatantly use the following command, when checking git log of master, the commits will be added but there is no Read more…