subrepo: subdir: "deps/libyaml" merged: "2c891fc" upstream: origin: "https://github.com/yaml/libyaml.git" branch: "0.2.5" commit: "2c891fc" git-subrepo: version: "0.4.6" origin: "???" commit: "???"
11 lines
119 B
YAML
11 lines
119 B
YAML
base: &base
|
|
name: Everyone has same name
|
|
|
|
foo: &foo
|
|
<<: *base
|
|
age: 10
|
|
|
|
bar: &bar
|
|
<<: *base
|
|
age: 20
|