From 2392b19ae3c24fe82a5e34d2a0eafeca6cd3d6d7 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Tue, 23 Jan 2024 17:44:59 -0800 Subject: [PATCH] src/doc/en/developer/github.rst: Use 'By HTTPS protocol' --- src/doc/en/developer/github.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/doc/en/developer/github.rst b/src/doc/en/developer/github.rst index 584afdc963c..306454407fb 100644 --- a/src/doc/en/developer/github.rst +++ b/src/doc/en/developer/github.rst @@ -125,7 +125,7 @@ Next if you don't have a local Git repo of Sage, then start afresh `cloning your fork `_: -.. tab:: Using HTTPS +.. tab:: By HTTPS protocol :: @@ -164,7 +164,7 @@ your fork If you already have a local Git repo and only want to link your fork as ``origin`` remote, then do: -.. tab:: Using HTTPS +.. tab:: By HTTPS protocol :: @@ -202,7 +202,7 @@ If you already have a local Git repo and only want to link your fork as ``origin You also add the Sage repo ``sagemath/sage`` as your remote ``upstream``: -.. tab:: Using HTTPS +.. tab:: By HTTPS protocol ::