Skip to content

Instantly share code, notes, and snippets.

@Andrei-Pozolotin
Last active April 7, 2018 00:56
Show Gist options
  • Select an option

  • Save Andrei-Pozolotin/072c53de403263c4bfc3b3a64d2e5c10 to your computer and use it in GitHub Desktop.

Select an option

Save Andrei-Pozolotin/072c53de403263c4bfc3b3a64d2e5c10 to your computer and use it in GitHub Desktop.
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