Created
July 10, 2014 17:29
-
-
Save zrob/8c475696f31f4cfff28d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
things: | |
one: | |
b: b | |
x: x | |
z: z | |
two: | |
b: something | |
x: x | |
z: z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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