commit: 3270795b992a05c939c39ee0a33e6b6cc49a9f56
parent e83b6f3cafe31196ee215383131ab42b18cb7cc4
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sun, 2 Apr 2017 13:24:32 +0200
articles: Git serveur documentation, forgot links
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/articles/My git server setup.html b/articles/My git server setup.html
@@ -1,4 +1,4 @@
-<h1>My git server setup</h1>
+<a href="/articles/My%20git%20server%20setup"<h1>My git server setup</h1></a>
<p>So after having problems with gitlab.com (not being able to push to your own repository for example). I decided to have a very simple git setup, inspired by git.linkmauve.fr. I putted all my git repos into <code>/git</code>.</p>
<h2>started with just nginx and ssh</h2>
<p>This one is dead-simple when you know the trick, simply put <code>git update-server-info</code> into hooks/post-update of your git repo (they have to be bare repo, that’s done with --bare)</p>
diff --git a/articles/Paramétrage de mon serveur git.html b/articles/Paramétrage de mon serveur git.html
@@ -1,4 +1,4 @@
-<h1>Paramétrage de mon serveur git</h1>
+<a href="/articles/Param%C3%A9trage%20de%20mon%20serveur%20git"><h1>Paramétrage de mon serveur git</h1></a>
<p>Après avoir eu plusieurs problèmes avec gitlab.com (impossibilitée de <code>git push</code> sur mon propre dépot, par example). J’ai décidé de faire un truc simple, inspiré de git.linkmauve.fr. J’ai mis tout mes dépots git dans le <code>/git</code>
<h2>Démarrage avec juste nginx et ssh</h2>
<p>Celui-là est trivial quand on connais le truc, suffit de mettre <code>git update-server-info</code> dans <code>hooks/post-update</code> du dépot git (qui doit être un --bare)</p>
diff --git a/articles/Paramétrage de mon serveur git.shtml b/articles/Paramétrage de mon serveur git.shtml
@@ -10,7 +10,7 @@
<article>
<!--#include file="/articles/Paramétrage de mon serveur git.html"-->
</article>
- <a href="/articles/Paramétrage%20de%20mon%20serveur%20git.html">article seul(HTML-brut)</a>
+ <a href="/articles/Param%C3%A9trage%20de%20mon%20serveur%20git.html">article seul(HTML-brut)</a>
<!--#include file="/templates/fr/footer.html" -->
</body>
</html>