I\'m writing a short script with a few simple variables at the top of the page. I want to work on them with a friend, but we aren\'t sure how to manage the variables needing
Other options (not elegant but may be helpful):
git stash
git stash pop
git checkout config
Second option is good if you need to keep the local config changes in the repo (somewhere).