Using GIT, how can I selectively merge changes from one commit on another ‘fork’?
After trolling the waves of the IRC world, someone gave a great solution: git cherry-pick SHA1 –no-commit git add –patch Hopefully that helps anyone else with the same question! EDIT: OK, maybe it isn’t quite that simple. Here are the full steps: First you have to be in your repository, do the necessary cd-ing to … Read more