devguide icon indicating copy to clipboard operation
devguide copied to clipboard

add command for PowerShell (Windows) while checking out others pull requests in git bootcamp

Open XChaitanyaX opened this issue 2 months ago • 0 comments

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

closes issue


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

XChaitanyaX avatar Oct 09 '25 11:10 XChaitanyaX