I cloned a repository, and the master branch in my repo is tracking origin/master . I created a work branch and changed some configuration files specific to my dev machine to make the application work.
My usual workflow is going to the master branch, merging the changes made in the work branch, and push those changes upstream. The problem is that I do not want my specific chanages to be clicked. When I merge the work branch into master , these changes are also merged.
The only solution I have found so far is not to commit these changes to work , but this is not a satisfactory solution.
git git-push
Gonรงalo Marrafa Jan 31 '10 at 22:52 2010-01-31 22:52
source share