Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matthewdeanmartin/c8f4db862af25118f29db0caee972c00 to your computer and use it in GitHub Desktop.
Save matthewdeanmartin/c8f4db862af25118f29db0caee972c00 to your computer and use it in GitHub Desktop.
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