Created
July 5, 2023 18:30
-
-
Save LeeBrotherston/412b5cd46d29934cd0f265b2292bf447 to your computer and use it in GitHub Desktop.
Make rebase merge fun more palettable for golang 🤣
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
cat go.mod | grep -Fv '>>>>>>>' | grep -Fv '=======' | grep -Fv '<<<<<<<' > go.mod.tmp && mv go.mod.tmp go.mod && go mod tidy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment