Last active
March 24, 2023 16:39
-
-
Save pokey/55dfbc1811594c7763d89214a2641a4f to your computer and use it in GitHub Desktop.
Check out staging version of cursorless-talon associated with a PR
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
#!/usr/bin/env bash | |
set -euo pipefail | |
PR_NUMBER=$1 | |
cd ~/.talon/user/cursorless-talon | |
git remote add staging [email protected]: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