Skip to content

Instantly share code, notes, and snippets.

@mbairagi85
Created March 13, 2019 05:34
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 mbairagi85/ffcbb7472f94bdfb36a7aef5f3f0ca15 to your computer and use it in GitHub Desktop.
Save mbairagi85/ffcbb7472f94bdfb36a7aef5f3f0ca15 to your computer and use it in GitHub Desktop.
# Upper layer, doesn't contain the file "git"
cat fullstack/git
"No such file or directory"
# Lower layer L1
cat frontend/git
"I am a version control for frontend languages."
# Lower layer L2
cat backend/git
"I am a version control for backend languages."
cat union/git
"I am a version control for frontend languages."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment