Skip to content

Instantly share code, notes, and snippets.

@pokey
Last active March 24, 2023 16:39
Show Gist options
  • Save pokey/55dfbc1811594c7763d89214a2641a4f to your computer and use it in GitHub Desktop.
Save pokey/55dfbc1811594c7763d89214a2641a4f to your computer and use it in GitHub Desktop.
Check out staging version of cursorless-talon associated with a PR
#!/usr/bin/env bash
set -euo pipefail
PR_NUMBER=$1
cd ~/.talon/user/cursorless-talon
git remote add staging git@github.com:cursorless-dev/cursorless-talon-staging.git
git fetch staging
git switch pr/$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment