We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fb6d6 commit d40bc64Copy full SHA for d40bc64
ci/intro-to-git/index.html
@@ -36,7 +36,7 @@
36
</header>
37
<div class="body">
38
<h1>Intro to Git</h1>
39
- <h2 id="Resources">Resources</h2>
+ <h2 id="Install_and_config">Install and config</h2>
40
<p>To install Git, run <code>pacman -S git</code> in an MSYS2 terminal. Set
41
up the commit author information with the following commands.</p>
42
<pre>
@@ -63,6 +63,7 @@ <h2 id="Resources">Resources</h2>
63
<p>In general, Git tries to be helpful. If you don't know what to do after
64
running a Git command or seeing something fail, read the text Git prints
65
for possible hints or instructions.</p>
66
+ <h2 id="Resources">Resources</h2>
67
<ul>
68
<li>
69
<a href="https://github.com/frc3512/">GitHub</a> - mirrors of the code
0 commit comments