File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ out without requiring internet access::
45
45
HEAD is now at f9a0d54099 Fix a slow doctest in matrix_integer_dense_hnf.py
46
46
47
47
If it is not stored in your local git repository, you need to download
48
- it from the upstream repo first::
48
+ it from the `` upstream `` repo first::
49
49
50
50
[alice@localhost sage]$ git fetch upstream f9a0d54099d758ccec731a38929902b2b9d0b988
51
51
From https://github.com/sagemath/sage
Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ If you already have a local Git repo and only want to link your fork as ``origin
143
143
From https://github.com/alice/sage
144
144
* [new branch] develop -> origin/develop
145
145
146
- You also add the Sage repo ``sagemath/sage `` as your remote " upstream" ::
146
+ You also add the Sage repo ``sagemath/sage `` as your remote `` upstream `` ::
147
147
148
148
[alice@localhost sage]$ git remote add upstream https://github.com/sagemath/sage.git
149
149
[alice@localhost sage]$ git remote -v
Original file line number Diff line number Diff line change @@ -957,7 +957,7 @@ We recommend the following workflow for maintaining a set of patches.
957
957
commands.
958
958
959
959
- When a new upstream version becomes available, merge (or import) it
960
- into ` ` upstream` ` , then create a new branch and rebase in on top of
960
+ into ` ` upstream` ` , then create a new branch and rebase it on top of
961
961
the updated upstream:
962
962
963
963
.. CODE-BLOCK:: bash
@@ -1052,7 +1052,7 @@ Sage mirrors when a new release is prepared. On GitHub PRs
1052
1052
upgrading a package, the PR description should no longer contain
1053
1053
the upstream URL to avoid duplication of information.
1054
1054
1055
- Note that, like the ` ` tarball` ` field, the ` ` upstream_url ` ` is a
1055
+ Note that, like the ` ` tarball` ` field, the ` ` tpstream_url ` ` is a
1056
1056
template; the substring ` ` VERSION` ` is substituted with the actual
1057
1057
version.
1058
1058
You can’t perform that action at this time.
0 commit comments