File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ You will only need to do this once per machine. From your command line::
54
54
It is also recommended to configure an ``upstream `` remote repository::
55
55
56
56
cd cpython
57
- git remote add upstream git@ github.com: python/cpython.git
57
+ git remote add upstream https:// github.com/ python/cpython
58
58
59
59
You can also use SSH-based or HTTPS-based URLs.
60
60
@@ -82,7 +82,7 @@ and ``upstream`` pointing to the official CPython repository::
82
82
83
83
origin git@github.com:<username>/cpython.git (fetch)
84
84
origin git@github.com:<username>/cpython.git (push)
85
- upstream git@ github.com: python/cpython.git (fetch)
85
+ upstream https:// github.com/ python/cpython (fetch)
86
86
upstream git@github.com:<username>/cpython.git (push)
87
87
88
88
To verify the upstream for ``main ``::
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ You will only need to execute these steps once per machine:
79
79
6. Configure an ``upstream `` remote::
80
80
81
81
$ cd cpython
82
- $ git remote add upstream https://github.com/python/cpython.git
82
+ $ git remote add upstream https://github.com/python/cpython
83
83
84
84
7. Configure ``git `` to pull ``main `` from the ``upstream `` remote::
85
85
@@ -95,7 +95,7 @@ You will only need to execute these steps once per machine:
95
95
$ git remote -v
96
96
origin git@github.com:<your-username>/cpython.git (fetch)
97
97
origin git@github.com:<your-username>/cpython.git (push)
98
- upstream git@ github.com: python/cpython.git (fetch)
98
+ upstream https:// github.com/ python/cpython (fetch)
99
99
upstream git@github.com:<your-username>/cpython.git (push)
100
100
$ git config branch.main.remote
101
101
upstream
You can’t perform that action at this time.
0 commit comments