So I have a one app that lives in the wild as multiple instances
(instance1, instance2, and so on). Between each instance, only a few
source controlled files will ever be different:

config/database.yml
config/deploy.rb
app/themes/* (a custom themes folder consisting of subfolders
containing images, css, layouts)

Ideally, I'd like all these instances to live in the same repo, and
accessible locally via a simple "git branch instance1", so that I can
run the app in development and update the themes as needed. I've
created branches straight off of master, and that has worked somewhat
well until today, when merge conflict hell was wrought upon me after
some vendored gems and the vendored Rails Edge had significantly
changed.

Is there a way to tell git upon merge: "Always ignore these certain
files and folders during a merge, and overwrite everything else"?

Thanks,
Luigi

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/github?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to