Created
June 28, 2024 05:39
-
-
Save un4ckn0wl3z/6c2537064062920c71b52b64702ccee1 to your computer and use it in GitHub Desktop.
git orphan
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
git checkout --orphan orphan_data | |
git add -A | |
git commit -am "fix: orphaned" | |
git branch -D main | |
git branch -m main | |
git push -f origin main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment