Skip to content

Instantly share code, notes, and snippets.

@JohnL4
Last active February 9, 2021 16:37
Show Gist options
  • Save JohnL4/d06a01e62cc49a8201978c6008a1eba1 to your computer and use it in GitHub Desktop.
Save JohnL4/d06a01e62cc49a8201978c6008a1eba1 to your computer and use it in GitHub Desktop.
'git subtree' to merge separately-developed project into a bigger one.
(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