Last active
February 9, 2021 16:37
-
-
Save JohnL4/d06a01e62cc49a8201978c6008a1eba1 to your computer and use it in GitHub Desktop.
'git subtree' to merge separately-developed project into a bigger one.
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
(PowerShell) | |
> h | oss | sls subtree | |
316 git-subtree --help | |
317 git help subtree | |
326 git subtree add -P LoadTesting/k6 s:\JLusk-S\k6\.git | |
328 git subtree add -P LoadTesting/k6 s:\JLusk-S\k6\.git | |
329 git subtree add -P LoadTesting/k6 s:\JLusk-S\k6\.git HEAD | |
# See also: https://codeburst.io/4-git-submodules-alternatives-you-should-know-592095859b0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment