You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>(DEFINITION) Sufyaan's Webpage</title>
<link rel="icon" type="image/x-icon" href="../../images/favicon.webp">
<link rel='stylesheet' type='text/css' href="../../style.css">
<link rel='stylesheet' href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" media="all">
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<a href="../../"><video autoplay loop muted playsinline class="homepage-title"><source src="../../images/sufyaan.webm" type="video/webm" /></video></a>
<hr/>
<p><a href="../../">sf.cu</a> > <a style="color:#50fa7b" href="../">Definitions</a> > <a style="color:#50fa7b" href=".">Git</a></p>
<h1 style="text-align:center;margin-right:8vw;margin-top:20px;">Git</h1>
<div style="text-align:center;">
<img src="git.webp" alt="Git">
<figcaption>Git</figcaption>
</div>
<p>Git is an open-source version control system developed by Linus Torvalds, who also created Linux. It tracks changes made to files to have a record of what changes are made. It makes collaboration easier, allowing changes made by multiple people to be merged easily. It is mainly used in software development.</p>
<p>Git can be used by anyone. The most popular platform for using Git is GitHub <a href="../../blog/dont-use-github/">which you should not use.</a> You can also using <a href="https://codeberg.org/">Codeberg</a>, <a href="https://sr.ht/">SourceHut</a>, <a href="https://gitlab.com/">GitLab</a> or <a style="color:#50fa7b" href="../self-host/">self-host it.</a></p>
<p>You can even use Git in the command-line for quick retrievals and pushes.</p>
<hr/>
<footer>
<p class="footer-text"><a style="color:#bd93f9" href="../../blog">blog</a> - <a style="color:#ffb86c" href="../../about">about</a> - <a style="color:#f1fa8c" href="../../portfolio">portfolio</a> - <a style="color:#ff5555" href="../../links">links</a></p>
<p class="footer-text" style="font-size:80%"><a href="../../">sufyaan.cyou</a></p><p class="footer-text" style="font-size:65%"><a style="color:#aaaaaa" href="../../sitemap">Site Map</a></p>
<p class="footer-text" style="font-size:80%; margin-bottom:-0.1%; padding-top:1%">XMR <a href="../../images/xmr.png">(QR)</a>:</p>
<code style="font-size:65%">8A8HeXwULYKWtbujMkGiBYKQPahJCT3ye2N6wCAdEv1L6ipoJjDmfVLKa7XnmE77nGLFmu5dGrL8U4zVGrkDncKEDfkpDEj</code>
<p class="footer-text" style="font-size:80%; margin-bottom:-0.1%;">BTC <a href="../../images/btc.png">(QR)</a>:</p>
<code style="font-size:65%">bc1qj0zdajhrg5uxac036u2t5empuc7xwrds5dde98</code>
</footer>