Created
January 13, 2022 06:43
-
-
Save paulocoutinhox/a3919ce57a9d2a73ae36ee143fa652aa to your computer and use it in GitHub Desktop.
Revisions
-
Paulo Coutinho created this gist
Jan 13, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ 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