Last active
July 15, 2021 15:10
-
-
Save felipecarvalho/b4e6de24f6a516f4a6a96576a59985b8 to your computer and use it in GitHub Desktop.
Clean commit history
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 init | |
| git add . | |
| git commit -m 'Initial commit' | |
| git branch -M main | |
| git remote add origin [repo_address] | |
| git push --mirror --force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment