Git Cherry Pick
Clean Up Your Repo History after Cherry Picking
After you utilize the cherry pick command in Git to move a commit’s changes from one branch to another, make sure to go back and clean up your repo history… Learn More
Git Commit
Writing a Good Git Commit Message
Taking the time to write a good commit message with helpful context will save you and your team time and efforts down the road… Learn More
Git Branch
What is the best Git branch strategy?
Three popular Git branching strategies are Git flow, GitHub flow, and GitLab flow. See the best strategy for your Git workflow… Learn More