Skip to content

Instantly share code, notes, and snippets.

@Fleshgrinder
Last active September 30, 2022 07:59
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 Fleshgrinder/fd1d1c94f41276bd915a6778e9dec215 to your computer and use it in GitHub Desktop.
Save Fleshgrinder/fd1d1c94f41276bd915a6778e9dec215 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
git push -u || exit 1
gh pr create --assignee @me "$@" || exit 2
gh pr merge --auto --squash || gh pr merge --auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment