mirror of https://git.jolheiser.com/ugit.git
µgit
parent
dc88be2777
commit
27915049a8
|
@ -2,17 +2,17 @@
|
||||||
<picture>
|
<picture>
|
||||||
<img alt="ugit logo" width="250" src="./assets/ugit.svg" />
|
<img alt="ugit logo" width="250" src="./assets/ugit.svg" />
|
||||||
</picture>
|
</picture>
|
||||||
<h3 align="center">ugit</h3>
|
<h3 align="center">µgit</h3>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
Minimal git server
|
Minimal git server
|
||||||
|
|
||||||
ugit allows cloning via HTTPS/SSH, but can only be pushed to via SSH.
|
µgit allows cloning via HTTPS/SSH, but can only be pushed to via SSH.
|
||||||
|
|
||||||
There are no plans to directly support issues or PR workflows, although webhooks are planned and auxillary software may be created to facilitate these things.
|
There are no plans to directly support issues or PR workflows, although webhooks are planned and auxillary software may be created to facilitate these things.
|
||||||
If you wish to collaborate, please send me patches via [git-pr](https://pr.jolheiser.com/repos/ugit).
|
If you wish to collaborate, please send me patches via [git-pr](https://pr.jolheiser.com/repos/ugit).
|
||||||
|
|
||||||
Currently all HTML is allowed in markdown, ugit is intended to be run by/for a trusted user.
|
Currently all HTML is allowed in markdown, µgit is intended to be run by/for a trusted user.
|
||||||
|
|
||||||
## Getting your public SSH keys from another forge
|
## Getting your public SSH keys from another forge
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<svg viewBox="0 0 24 24" stroke="#de4c36" fill="#de4c36" stroke-width="1" xmlns="http://www.w3.org/2000/svg">
|
<svg viewBox="0 0 24 24" stroke="#de4c36" fill="#de4c36" stroke-width="1" xmlns="http://www.w3.org/2000/svg">
|
||||||
<title>ugit icon</title>
|
<title>µgit icon</title>
|
||||||
<rect fill="none" x="1" y="1" rx="1" ry="1" width="22" height="22"></rect>
|
<rect fill="none" x="1" y="1" rx="1" ry="1" width="22" height="22"></rect>
|
||||||
<ellipse cx="6" cy="6" rx="2" ry="2"></ellipse>
|
<ellipse cx="6" cy="6" rx="2" ry="2"></ellipse>
|
||||||
<ellipse cx="18" cy="6" rx="2" ry="2"></ellipse>
|
<ellipse cx="18" cy="6" rx="2" ry="2"></ellipse>
|
||||||
|
|
Before Width: | Height: | Size: 543 B After Width: | Height: | Size: 544 B |
Loading…
Reference in New Issue