Last active
April 7, 2018 00:56
-
-
Save Andrei-Pozolotin/072c53de403263c4bfc3b3a64d2e5c10 to your computer and use it in GitHub Desktop.
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
| 1. say I have 3 packages wihich contribute 3 folders into the same base | |
| pkg1 | |
| ``` | |
| /base/dir1 | |
| ``` | |
| pkg2 | |
| ``` | |
| /base/dir2 | |
| ``` | |
| pkg3 | |
| ``` | |
| /base/dir3 | |
| ``` | |
| 2. how do I create "merge" packages | |
| pkg12 | |
| ``` | |
| /base12/dir1 | |
| /base12/dir2 | |
| ``` | |
| pkg123 | |
| ``` | |
| /base123/dir1 | |
| /base123/dir2 | |
| /base123/dir2 | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment