devguide
devguide copied to clipboard
add command for PowerShell (Windows) while checking out others pull requests in git bootcamp
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 :(
closes issue
📚 Documentation preview 📚: https://cpython-devguide--1666.org.readthedocs.build/