Created
September 7, 2025 13:30
-
-
Save matthewdeanmartin/c8f4db862af25118f29db0caee972c00 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
soit clone https://stackoverflow.com/q/12345 --answer 67890 --branch my-so-project | |
cd my-so-project | |
ls | |
answer.md code0.js code1.js | |
nano code1.js | |
soit push | |
soit branch "refactored-solution" | |
# This push creates a brand new answer on the Stack Overflow post. | |
soit push -m "Feat: A more performant and modern solution" | |
# Pull edits made by moderator, etc | |
soit pull |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment