Created
May 6, 2021 03:17
-
-
Save bugcy013/2d64856c00e579e6dba346c6ff39f8ba to your computer and use it in GitHub Desktop.
Yaml tips
This file contains hidden or 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
| 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