Created
April 4, 2025 02:36
-
-
Save toufik-airane/981f2e81134bc85e5d9d46161a185c01 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 latest_branch | |
| git add -A | |
| git commit -am "Initial commit" | |
| 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