X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-git.txt;h=624efb152c4e89da7ab04a5993e0dacb81b19cc9;hb=1cdc1923e156d5cd604f31220dc4d56f9ea28464;hp=2f5a5b0013415eca094797d5c0c5b927a94a9f63;hpb=d0784f8e3802bbb89683024783d744c04c13a4bc;p=git-wiki.git diff --git a/pep-git.txt b/pep-git.txt index 2f5a5b0..624efb1 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -710,8 +710,8 @@ the recommended parameters are ``git repack -a -d -f --depth=20 for explanation on the effects of these parameters. From time to time run ``git fsck [--strict]`` to verify integrity of -the database. ``git fsck`` could report dangling objects; that's not -an error, just a reminder to perform regular maintenance. +the database. ``git fsck`` may produce a list of dangling objects; +that's not an error, just a reminder to perform regular maintenance. Tips and tricks @@ -729,7 +729,7 @@ git on server ============= TODO: anonymous access (``git daemon``); git over ssh; gitolite; -gitweb; cgit; gitlab. +gitweb; cgit; Kallithea; pagure; gogs and gitea; gitlab. http://gitolite.com/gitolite/index.html @@ -737,6 +737,15 @@ https://git.kernel.org/cgit/git/git.git/tree/gitweb http://git.zx2c4.com/cgit/ +https://kallithea-scm.org/ + +https://pagure.io/ + +http://gogs.io/ and http://gitea.io/ + +https://about.gitlab.com/ + + From Mercurial to git =====================