Top "Merge" questions

Merging is a generic term for combining two or more related sets of data.

Merging two Map<String, Integer> with Java 8 Stream API

I have two (or more) Map<String, Integer> objects. I'd like to merge them with Java 8 Stream API …

java merge java-8 java-stream
What Git branching models work for you?

Our company is currently using a simple trunk/release/hotfixes branching model and would like advice on what branching models …

git merge workflow release cherry-pick
How to merge objects?

For instance, from these two objects : var object1 = { "color": "yellow", "size": null, "age": 7, "weight": null } var object2 = { "color": "blue", "size": 51, "…

javascript angularjs merge javascript-objects extends
How to merge dictionaries of dictionaries?

I need to merge multiple dictionaries, here's what I have for instance: dict1 = {1:{"a":{A}}, 2:{"b":{B}}} dict2 = {2:{"c":{C}}, 3:{"…

python dictionary merge array-merge
What's the difference between array_merge and array + array?

A fairly simple question. What's the difference between: $merged = array_merge($array1, $array2); and $merged = $array1 + $array2; ?

php arrays merge addition
How and/or why is merging in Git better than in SVN?

I've heard in a few places that one of the main reasons why distributed version control systems shine, is much …

svn git version-control mercurial merge
What's the difference between git reset --hard and git reset --merge

In my experiments I haven't been able to find any functional difference between git reset --hard and git reset --merge …

git merge reset
Resolving a 'both added' merge conflict in git?

I'm rebasing in git, and one conflict I get is 'both added' - that is, exactly the same filename has …

git merge rebase
Difference(s) between merge() and concat() in pandas

What's the essential difference(s) between pd.DataFrame.merge() and pd.concat()? So far, this is what I found, please …

python pandas join merge concat
Remove unnecessary svn:mergeinfo properties

When I merge stuff in my repository Subversion wants to add/change a lot of svn:mergeinfo properties to files …

svn merge tortoisesvn svn-mergeinfo