|
26 | 26 | <meta name="author" content="Melissa Lee" />
|
27 | 27 |
|
28 | 28 |
|
29 |
| -<meta name="date" content="2022-01-12" /> |
| 29 | +<meta name="date" content="2022-02-05" /> |
30 | 30 |
|
31 | 31 | <meta name="viewport" content="width=device-width, initial-scale=1" />
|
32 | 32 | <meta name="apple-mobile-web-app-capable" content="yes" />
|
@@ -1053,8 +1053,9 @@ <h3><span class="header-section-number">12.7.2</span> Cloning a repository using
|
1053 | 1053 | copy that knows where it was obtained from so that it knows where to send/receive
|
1054 | 1054 | new committed edits. In order to do this, first copy the URL from the HTTPS tab
|
1055 | 1055 | of the Code drop-down menu on GitHub (Figure <a href="Getting-started-with-version-control.html#fig:clone-02">12.22</a>).</p>
|
| 1056 | + |
1056 | 1057 | <div class="figure" style="text-align: center"><span style="display:block;" id="fig:clone-02"></span>
|
1057 |
| -<img src="_main_files/figure-html/clone-02-1.png" alt="The green "Code" drop-down menu contains the remote address (URL) corresponding to the location of the remote GitHub repository." width="100%" /> |
| 1058 | +<img src="_main_files/figure-html/clone-02-1.png" alt="The green “Code” drop-down menu contains the remote address (URL) corresponding to the location of the remote GitHub repository." width="100%" /> |
1058 | 1059 | <p class="caption">
|
1059 | 1060 | Figure 12.22: The green “Code” drop-down menu contains the remote address (URL) corresponding to the location of the remote GitHub repository.
|
1060 | 1061 | </p>
|
@@ -1435,12 +1436,15 @@ <h3><span class="header-section-number">12.8.4</span> Communicating using GitHub
|
1435 | 1436 | <div id="exercises-10" class="section level2" number="12.9">
|
1436 | 1437 | <h2><span class="header-section-number">12.9</span> Exercises</h2>
|
1437 | 1438 | <p>Practice exercises for the material covered in this chapter
|
1438 |
| -can be found in the accompanying <a href="https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets/blob/main/worksheet_version_control/worksheet_version_control.ipynb">worksheet</a>. |
1439 |
| -The worksheet tries to provide automated feedback |
1440 |
| -and help guide you through the problems. |
1441 |
| -To make sure this functionality works as intended, |
1442 |
| -please follow the instructions for computer setup needed to run the worksheets |
1443 |
| -found in Chapter <a href="move-to-your-own-machine.html#move-to-your-own-machine">13</a>.</p> |
| 1439 | +can be found in the accompanying |
| 1440 | +<a href="https://github.com/UBC-DSCI/data-science-a-first-intro-worksheets#readme">worksheets repository</a> |
| 1441 | +in the “Collaboration with version control” row. |
| 1442 | +You can launch an interactive version of the worksheet in your browser by clicking the “launch binder” button. |
| 1443 | +You can also preview a non-interactive version of the worksheet by clicking “view worksheet.” |
| 1444 | +If you instead decide to download the worksheet and run it on your own machine, |
| 1445 | +make sure to follow the instructions for computer setup |
| 1446 | +found in Chapter <a href="move-to-your-own-machine.html#move-to-your-own-machine">13</a>. This will ensure that the automated feedback |
| 1447 | +and guidance that the worksheets provide will function as intended.</p> |
1444 | 1448 | </div>
|
1445 | 1449 | <div id="vc-add-res" class="section level2" number="12.10">
|
1446 | 1450 | <h2><span class="header-section-number">12.10</span> Additional resources</h2>
|
|
0 commit comments