Interactively merge files tracked with git and untracked local files
问题 I use a couple of software packages (like gitlab) that you install by cloning from their git repo. They typically come with some config.example (under version control), which you copy to your own config file (not under version control or even ignored in .gitignore ) and adapt to your needs. When the upstream package is updated and for example changes the config file options that will obviously only be reflected in config.example . Is there a chain of git commands that i'm missing that can