Skip to content

Instantly share code, notes, and snippets.

@b4ldr
Created October 16, 2019 13:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save b4ldr/bfbb022b31d975080e1fe89421786205 to your computer and use it in GitHub Desktop.
Save b4ldr/bfbb022b31d975080e1fe89421786205 to your computer and use it in GitHub Desktop.
foo: &my_foo
- one
- two
- three
bar:
- *my_foo
- four
- five
'foo': ['one', 'two', 'three']
'bar': [['one', 'two', 'three'], 'four', 'five']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment