You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2><spanclass="section-number">1.3. </span>Working with revision control<aclass="headerlink" href="#working-with-revision-control" title="Permalink to this headline">¶</a></h2>
292
+
<p>In this section we’ll introduce the revision control system Git to the extent to
293
+
which we’ll need it in this module, and show how to use it in conjunction with
294
+
Visual Studio Code. This is not a comprehensive Git introduction, and readers
295
+
are invited to take a little more time to undertake the excellent <aclass="reference external" href="https://swcarpentry.github.io/git-novice/">Git tutorial</a> tutorial from <aclass="reference external" href="https://software-carpentry.org">Software Carpentry</a>.</p>
<h3><spanclass="section-number">1.3.1. </span>What is revision control, and why should you care?<aclass="headerlink" href="#what-is-revision-control-and-why-should-you-care" title="Permalink to this headline">¶</a></h3>
Copy file name to clipboardExpand all lines: index.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@
59
59
<liclass="toctree-l1"><aclass="reference internal" href="0_introduction.html">1. Introduction: abstraction in mathematics and programming</a><ul>
60
60
<liclass="toctree-l2"><aclass="reference internal" href="0_introduction.html#how-to-do-this-course">1.1. How to do this course</a></li>
61
61
<liclass="toctree-l2"><aclass="reference internal" href="0_introduction.html#obtaining-the-right-software-tools">1.2. Obtaining the right software tools</a></li>
62
+
<liclass="toctree-l2"><aclass="reference internal" href="0_introduction.html#working-with-revision-control">1.3. Working with revision control</a></li>
62
63
</ul>
63
64
</li>
64
65
<liclass="toctree-l1"><aclass="reference internal" href="1_programs_in_files.html">2. Programs in files</a><ul>
0 commit comments