Skip to content

Commit 167f768

Browse files
willingchugovk
andauthored
Apply suggestion from @hugovk
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 56b6b26 commit 167f768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

getting-started/git-boot-camp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ Or set up a Git alias:
466466

467467
.. code-block:: shell
468468
469-
$ git config --global alias.pr '!sh -c "git fetch upstream pull/${1}/head:pr_${1} && git switch pr_${1}" -'
469+
git config --global alias.pr '!sh -c "git fetch upstream pull/${1}/head:pr_${1} && git switch pr_${1}" -'
470470
471471
.. tab:: Windows
472472

0 commit comments

Comments
 (0)