I am using the work flow introduced by Successful Git branch. I am confused about how to manage changes,like configuration in develop branch.
When I merge from master, to keep working tree clean I stash the changes. If I commit the changes, I should be very careful when I merge back master.
So is there a better way to manage private changes in git?