Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bugcy013/2d64856c00e579e6dba346c6ff39f8ba to your computer and use it in GitHub Desktop.
Save bugcy013/2d64856c00e579e6dba346c6ff39f8ba to your computer and use it in GitHub Desktop.
Yaml tips
YAML Anchor
&<anchor-name>
YAML Alias
*<anchor-name>
YAML Merge Key
<< : *<anchor-name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment