From 5ea0607d3664eebc00b48f3b2da95f40c4406273 Mon Sep 17 00:00:00 2001 From: Safwan Samsudeen <62411302+safwansamsudeen@users.noreply.github.com> Date: Sat, 10 Jun 2023 19:47:49 +0530 Subject: [PATCH] correct punctuation --- getting-started/git-boot-camp.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/getting-started/git-boot-camp.rst b/getting-started/git-boot-camp.rst index 6332a8f59..082232cee 100644 --- a/getting-started/git-boot-camp.rst +++ b/getting-started/git-boot-camp.rst @@ -185,7 +185,7 @@ created before the rename, you should visit the GitHub page for your fork to rename the branch there. You only have to do this once. GitHub should provide you with a dialog for this. If it doesn't (or the dialog was already dismissed), you can rename the branch in your fork manually `by following -these GitHub instructions `__ +these GitHub instructions `__. After renaming the branch in your fork, you need to update any local clones as well. This only has to be done once per clone:: @@ -350,7 +350,7 @@ Solution:: git push origin main .. note:: For the above commands to work, please follow the instructions found - in the :ref:`checkout` section + in the :ref:`checkout` section. Another scenario: