Created
February 18, 2022 14:01
-
-
Save Sekiphp/c038c4988661bb12f1faee6f5e3e875c 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
1. git rebase --interactive HEAD~10 | |
2. pick commit and replace `pick` for "child" commits to `s` (it means squash) | |
3. save & force push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment