Skip to content

Instantly share code, notes, and snippets.

@goern
Created January 20, 2021 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goern/309d19fc8be926d804f0331ddf9d5c52 to your computer and use it in GitHub Desktop.
Save goern/309d19fc8be926d804f0331ddf9d5c52 to your computer and use it in GitHub Desktop.
git rebase upstream/master
git remote add templates https://github.com/thoth-station/template-project.git
git remote update
git cherry-pick 913759701e45ed9f56d0434f20a76ecfb8a312f8
gh pr create --title "updates from the template project" --body "this is a cherry pick of https://github.com/thoth-station/template-project/commit/913759701e45ed9f56d0434f20a76ecfb8a312f8" --label "bot"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment