File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ We use `Git <https://git-scm.com/>`_ for version control and
79
79
You can check out the latest sources with the command (see
80
80
:ref: `set-up-fork ` for more details)::
81
81
82
- git clone https://github.com: matplotlib/matplotlib.git
82
+ git clone https://github.com/ matplotlib/matplotlib.git
83
83
84
84
and navigate to the :file: `matplotlib ` directory. If you have the proper privileges,
85
85
you can use ``git@ `` instead of ``https:// ``, which works through the ssh protocol
@@ -185,7 +185,7 @@ A brief overview is:
185
185
186
186
3. Clone this copy to your local disk::
187
187
188
- $ git clone https://github.com: YourLogin/matplotlib.git
188
+ $ git clone https://github.com/ YourLogin/matplotlib.git
189
189
190
190
4. Create a branch to hold your changes::
191
191
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ collaborator:
208
208
209
209
Now all those people can do::
210
210
211
- git clone https://gith hub .com: your-user-name/matplotlib.git
211
+ git clone https://github .com/ your-user-name/matplotlib.git
212
212
213
213
Remember that links starting with ``https `` or ``git@ `` are read-write, and that
214
214
``git@ `` uses the ssh protocol; links starting with ``git:// `` are read-only.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Overview
13
13
14
14
::
15
15
16
- git clone https://github.com: your-user-name/matplotlib.git
16
+ git clone https://github.com/ your-user-name/matplotlib.git
17
17
cd matplotlib
18
18
git remote add upstream git://github.com/matplotlib/matplotlib.git
19
19
@@ -24,7 +24,7 @@ Clone your fork
24
24
---------------
25
25
26
26
#. Clone your fork to the local computer with ``git clone
27
- https://github.com: your-user-name/matplotlib.git ``
27
+ https://github.com/ your-user-name/matplotlib.git ``
28
28
#. Investigate. Change directory to your new repo: ``cd matplotlib ``. Then
29
29
``git branch -a `` to show you all branches. You'll get something
30
30
like:
@@ -67,7 +67,7 @@ Just for your own satisfaction, show yourself that you now have a new
67
67
68
68
upstream git://github.com/matplotlib/matplotlib.git (fetch)
69
69
upstream git://github.com/matplotlib/matplotlib.git (push)
70
- origin https://github.com: your-user-name/matplotlib.git (fetch)
71
- origin https://github.com: your-user-name/matplotlib.git (push)
70
+ origin https://github.com/ your-user-name/matplotlib.git (fetch)
71
+ origin https://github.com/ your-user-name/matplotlib.git (push)
72
72
73
73
.. include :: links.inc
You can’t perform that action at this time.
0 commit comments