Skip to content

Instantly share code, notes, and snippets.

@nickpegg
Last active January 12, 2023 22:39
Show Gist options
  • Save nickpegg/2a9d9c68482018689d9ae2aa4736b8b0 to your computer and use it in GitHub Desktop.
Save nickpegg/2a9d9c68482018689d9ae2aa4736b8b0 to your computer and use it in GitHub Desktop.
Pull in Shuttlecraft's experimental feedinbox branch on Glitch
# if you've made any local changes, commit them first
git commit -a -m "changed some things"
git remote add benbrown https://github.com/benbrown/shuttlecraft
git fetch benbrown
git checkout benbrown/benbrown/feedinbox
# Save the branch so you can move to it later if you want
git checkout -b benbrown/feedinbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment