Skip to content

Conversation

@sogehige
Copy link
Contributor

@sogehige sogehige commented Nov 22, 2023

Fetch the submodule commits into the main repository

git remote add backend https://github.com/sogebot/sogeBot.git
git fetch backend

Start a fake merge (won't change any files, won't commit anything)

git merge -s ours --no-commit backend/master

Do the same as in the first solution

git rm --cached backend # delete reference to submodule HEAD
git rm .gitmodules # if you have more than one submodules,
# you need to edit this file instead of deleting!
rm -rf backend/.git # make sure you have backup!!
git add backend # will add files instead of commit reference

Commit and cleanup

git commit -m "removed submodule"
git remote rm backend

sogehige and others added 30 commits April 27, 2023 10:51
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
BREAKING CHANGE: carousel is moved to overlay system
and images are deleted.
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
BREAKING CHANGE: Goals are moved to be part of overlays, removing their own settings
* feat(overlays): move goals inside overlays (#5657)

* chore: update dependencies

* downgrade typeorm
@sogehige sogehige force-pushed the submodule_merge branch 2 times, most recently from 1d5b4c6 to eb8e910 Compare November 23, 2023 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants