Anathema Device - online edit of handbook/computing/bulkupdatelaptop.html [PosixPath('/home/philip/expoweb/handbook/computing/bulkupdatelaptop.html')]

This commit is contained in:
Philip Sargent 2024-12-20 17:27:13 +00:00
parent 548cde42b7
commit cee76a364e

View File

@ -121,10 +121,11 @@ You can do this entirely on your own if you have access to the <i>expo laptop</i
<h2 id="git">Configuring git</h2>
<p>On a new machine you need to configure your git identity:
<pre><code>git config --global user.email "you@example.com"
git config --global user.name "Your Name"
<pre><code>git config --global user.email "<font color=blue>anathema.device@example.com</font>"
git config --global user.name "<font color=blue>Anathema Device</font>"
git config --global pull.rebase true
</pre></code>
</code></pre>
<h3>Cheat lists and quick reminders</h3>