Skip to content

Commit

Permalink
Fixing inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvSondhi committed May 21, 2021
1 parent 8acb42b commit b6812c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/development/git_workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ or ``buxfix-for-issue-42``.
Generally, you will want to keep your feature branches on your public GitHub_
fork. To do this, you `git push`_ this new branch up to your
GitHub repo. Generally (if you followed the instructions in these pages, and
by default), git will have a link to your GitHub repo, called `origin`. You
by default), git will have a link to your GitHub repo, called ``origin``. You
push up to your own repo on GitHub with::

git push origin my-new-feature
Expand Down

0 comments on commit b6812c4

Please sign in to comment.