Closed AnidemDex closed 2 years ago
Merged removing the old subtree with git rm -rf <subtree-path> and git subtree add -P <subtree-path> ... --squash.
git rm -rf <subtree-path>
git subtree add -P <subtree-path> ... --squash
This time, I tested it before opening the PR. My bad
Merged removing the old subtree with
git rm -rf <subtree-path>
andgit subtree add -P <subtree-path> ... --squash
.This time, I tested it before opening the PR. My bad