Hacker News new | ask | show | jobs
by charriu 3958 days ago
"Merges with upstream by automatically accepting local changes"

For some reason, this scares me. Is there more info on that somewhere?

1 comments

Yes, it can be scary, but usually this is the safest strategy. You can implement your own strategy and use it very easily (https://github.com/PressLabs/gitfs/tree/master/gitfs/merges).

Also, you can see how conflicts are solved, directly in the implementation (https://github.com/PressLabs/gitfs/blob/master/gitfs/merges/...).

Do you want to know something more specific?