Skip to content

Commit

Permalink
Fixing some more changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvSondhi committed May 20, 2021
1 parent 8759559 commit 27ba647
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/development/continuous_integration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Azure Repos
-----------

Azure Repos is just another service to store Git repositories.
Currently, we use Azure Repos to mirror `tardis-refdata`
Currently, we use Azure Repos to mirror ``tardis-refdata``
repository since Azure does not impose limits on LFS bandwith
nor storage.

Expand Down
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 27ba647

Please sign in to comment.