Add "Git" to "Recommendations - Software - PC"

This commit closes #61.
This commit is contained in:
inference 2024-03-20 06:02:07 +00:00
parent 4aeba75f82
commit 54ed8e756b
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc
2 changed files with 18 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<!-- Inferencium - Website - About --> <!-- Inferencium - Website - About -->
<!-- Version: 10.0.2 --> <!-- Version: 10.1.0-alpha.1 -->
<!-- Copyright 2022 Jake Winters --> <!-- Copyright 2022 Jake Winters -->
<!-- SPDX-License-Identifier: BSD-3-Clause --> <!-- SPDX-License-Identifier: BSD-3-Clause -->
@ -538,6 +538,23 @@
Open-source<br/> Open-source<br/>
(BSD-3-Clause)</td> (BSD-3-Clause)</td>
</tr> </tr>
<tr>
<th id="software-vcs">Version Control</th>
<th id="git" headers="software-pc software-vcs">
<img src="asset/img/logo/git.png" width="85%" height="85%" alt="Git logo"/><br/>
Git</th>
<td class="desc" headers="software-pc-description git">
<p><a href="https://git-scm.org/">Git</a>
is highly-flexible and feature-rich version control software
which allows fast, cheap branching for any source code
development use case, allowing rapid, flexible development in
either centralised or decentralised configurations, whether
client-server model or peer-to-peer.</p>
</td>
<td headers="software-pc-source_model git">
Open-source<br/>
(GPL-2.0-only)</td>
</tr>
</tbody> </tbody>
</table> </table>
</div> </div>

BIN
asset/img/logo/git.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB