Last active
January 12, 2023 22:39
-
-
Save nickpegg/2a9d9c68482018689d9ae2aa4736b8b0 to your computer and use it in GitHub Desktop.
Pull in Shuttlecraft's experimental feedinbox branch on Glitch
This file contains 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
# 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