<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><metahttp-equiv="Content-Type"content="text/html; charset=utf-8"/><metahttp-equiv="Content-Style-Type"content="text/css"/><metaname="generator"content="pandoc"/><title></title><style>div.padded{padding-left:30px;padding-right:30px;}</style><linkhref="https://git.lumc.nl/assets/application-9e18d69ef3096721155fd862af466f51.css"media="all"rel="stylesheet"/></head><body><divclass="padded"><h1id="installation">Installation</h1><p>To install <ahref="http://www.git-scm.com/">Git</a>:</p><pre><code>apt-get install git</code></pre><p>Now you can do the following:</p><ul><li>Make a new repository with <code>git init</code>.</li><li>Clone an existing repository with <code>git clone</code>.</li></ul></div></body></html>