We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b6b26 commit 167f768Copy full SHA for 167f768
1 file changed
getting-started/git-boot-camp.rst
@@ -466,7 +466,7 @@ Or set up a Git alias:
466
467
.. code-block:: shell
468
469
- $ git config --global alias.pr '!sh -c "git fetch upstream pull/${1}/head:pr_${1} && git switch pr_${1}" -'
+ git config --global alias.pr '!sh -c "git fetch upstream pull/${1}/head:pr_${1} && git switch pr_${1}" -'
470
471
.. tab:: Windows
472
0 commit comments