Skip to content

Instantly share code, notes, and snippets.

@paulocoutinhox
Created January 13, 2022 06:43
Show Gist options
  • Save paulocoutinhox/a3919ce57a9d2a73ae36ee143fa652aa to your computer and use it in GitHub Desktop.
Save paulocoutinhox/a3919ce57a9d2a73ae36ee143fa652aa to your computer and use it in GitHub Desktop.
git checkout --orphan newBranch
git add -A
git commit -am "clean repository"
git branch -D main
git branch -m main
git push -f origin main
git gc --aggressive --prune=all
@paulocoutinhox
Copy link
Author

Change main for master or other name that you use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment