02
Dec
Learn how to git:merge a single commit
Sometimes, you may have one commit you want to get into production, but it’s located after other changes that you’re not ready to merge in yet. How can you get that single git commit into a different branch? First, you have to know the SHA of the commit you want: git checkout goto-branch-with-commit-you-want-to-go-live git log […]
Continue Reading →