You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains 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
have the git_filter_repo.py in the same folder of this command, and run this command in a terminal that supports multi-line string copy-paste like MobaXterm. Then run the following command to push the changes to the repo.
git push -u origin master --force
in my case, I moved my previous repo from gitlab to here, so the main branch was called main.
have the git_filter_repo.py in the same folder of this command, and run this command in a terminal that supports multi-line string copy-paste like MobaXterm. Then run the following command to push the changes to the repo.
git push -u origin master --force
in my case, I moved my previous repo from gitlab to here, so the main branch was called main.
git push -u origin main --force