Hash :
c7f69d72
Author :
Thomas de Grivel
Date :
2022-01-29T16:35:33
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="AxFiHiABJyYLAwR_MXJtCiMOCBI2FQYBOd4iZ9uesgT8u65YVzlDffIQ" name="csrf-token">
<title>kmx git</title>
<link phx-track-static rel="stylesheet" href="_assets/app-bed61e4049c985c027fe7cdee125ed2d.css?vsn=d">
<script defer phx-track-static type="text/javascript" src="_assets/app-0a4c856cc804832195122aace4c50516.js?vsn=d"></script>
<link rel="icon" type="image/png" sizes="128x128" href="_images/kmxgit.logo.black.128.png">
<link rel="icon" type="image/png" sizes="64x64" href="_images/kmxgit.logo.black.64.png">
<link rel="icon" type="image/png" sizes="32x32" href="_images/kmxgit.logo.black.32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://git.kmx.io/_images/kmxgit.logo.black.16.png">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<div class="kmxgit-logo">
<span><i class="fa fa-square"></i></span> kmx git
</div>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" href="_log_in">login</a>
</li>
<li class="nav-item">
<a class="nav-link" href="_register">register</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container-fluid center">
</div>
<div class="container-fluid">
<div class="row">
<div class="col">
<p>
<code>
"Hello, world !"
</code>
</p>
<p>
Welcome to this instance of
<a href="kmx.io/kmxgit">kmxgit</a>
.
</p>
<p>
Anyone can register and create public and private Git repositories.
</p>
<h3><a href="index.html#ssh-keys" id="ssh-keys">SSH keys fingerprint</a></h3>
<pre>1024 SHA256:r57ekxPcF9yJ0WpHOUpAFjm07xTpPjRSGlogZ0rYUCw root@git.kmx.io (DSA)
256 SHA256:18YiaGgFCjxudAXYNqwgTsc18+8VJKhANWY/z1M9QII root@git.kmx.io (ECDSA)
256 SHA256:YIvGEjpZv0WTbi82w9YcWlD0wjrNehdEW/Fm8VGysxI root@git.kmx.io (ED25519)
3072 SHA256:nCIvnd0P1WO6UktpUlW1txA74kmIojRSn22OUh1uiNs root@git.kmx.io (RSA)
</pre>
<h3><a href="index.html#help" id="help">Help</a></h3>
<p>
<a href="_doc/git/install">Install git</a>
</p>
<div class="highlight">
<pre><code><span class="c1"># Clone repository user/path/to/repo if repo does not exist :</span>
git clone <b>git@git.kmx.io:user/path/to/repo.git</b>
cd <b>repo</b>
<span class="c1"># Change branch :</span>
git branch <b>master</b>
<span class="c1"># Pull changes from remote :</span>
git pull
<span class="c1"># Add local changes to next commit :</span>
git add <b>README.md static/index.html</b>
<span class="c1"># Commit :</span>
git commit -m "<b>a short and descriptive message</b>"
<span class="c1"># Push changes to remote :</span>
git push
<span class="c1"># Or if your local repo already exists,</span>
<span class="c1"># Add remote to existing repo :</span>
git remote add kmx <b>git@git.kmx.io:user/path/to/repo.git</b>
<span class="c1"># Push to new remote :</span>
git push -u kmx master</code></pre>
</div>
<p>
Get the git url at <b>https://git.kmx.io/user/path/to/repo</b>
</p>
<h4><a href="index.html#links" id="links">Links</a></h4>
<p>
If you need more help with git, please see :
<ul>
<li><a href="https://git-scm.com/doc">the official git documentation</a></li>
<li><a href="https://stackoverflow.com/questions/tagged/git">StackOverflow about git</a></li>
</ul>
</p>
<hr>
<h3><a href="index.html#stats" id="stats">Stats</a></h3>
<div class="row">
<div class="col col-12 col-md-5">
<table class="table">
<tr>
<th>Disk usage</th>
<td>985.576 MB</td>
</tr>
<tr>
<th>Users</th>
<td>8</td>
</tr>
<tr>
<th>Organisations</th>
<td>15</td>
</tr>
<tr>
<th>Repositories</th>
<td>96</td>
</tr>
</table>
</div>
</div>
<hr>
<h3><a href="index.html#authors" id="authors">kmxgit authors</a></h3>
<ul>
<li>Thomas de Grivel <thoxdg@gmail.com></li>
</ul>
</div>
</div>
</div>
<div class="footer bg-light">
<a href="https://www.kmx.io/" target="_blank">kmx.io</a>
</div>
</body>
</html>