Skip to content

Instantly share code, notes, and snippets.

@zrob
Created July 10, 2014 17:29
Show Gist options
  • Save zrob/8c475696f31f4cfff28d to your computer and use it in GitHub Desktop.
Save zrob/8c475696f31f4cfff28d to your computer and use it in GitHub Desktop.
---
things:
one:
b: b
x: x
z: z
two:
b: something
x: x
z: z
---
things:
<<: (( merge || nil ))
one:
a: a
b: (( merge ))
c: c
d: d
e: e
f: f
two:
a: a
b: (( merge ))
c: c
d: d
e: e
f: f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment