Skip to content

Correct punctuation (add full stops) #1113

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions getting-started/git-boot-camp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/github/renaming#renaming-existing-branches>`__
these GitHub instructions <https://github.com/github/renaming#renaming-existing-branches>`__.

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::
Expand Down Expand Up @@ -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:

Expand Down