Skip to content

Conversation

@XChaitanyaX
Copy link

@XChaitanyaXXChaitanyaX commented Oct 9, 2025

I have tried something like this

git config --global alias.pr '!git fetch upstream pull/$1/head:pr_$1 && git checkout pr_$1;'

it works fine but raises an error :(

image

closesissue


📚 Documentation preview 📚: https://cpython-devguide--1666.org.readthedocs.build/

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Checking out others pull request (via git alias) in git bootcamp is resulting in an error

1 participant

@XChaitanyaX