]> git.phdru.name Git - git-wiki.git/blobdiff - pep-git.txt
Point to a better docs for cgit
[git-wiki.git] / pep-git.txt
index c411bd9178348b3332973eb8fea6be013b48fdde..15413e37024b934dc6c3819c6b1b2b120b173925 100644 (file)
@@ -355,6 +355,10 @@ tags. To push tags list them explicitly::
     $ git push origin tag 1.4.2
     $ git push origin v1 master tag 2.1.7
 
+Or push all tags at once::
+
+    $ git push --tags origin
+
 Don't move tags with ``git tag -f`` or remove tags with ``git tag -d``
 after they have been published.
 
@@ -820,7 +824,7 @@ TODO: gitweb; cgit; Kallithea; pagure; gogs and gitea; gitlab.
 
 https://git.kernel.org/cgit/git/git.git/tree/gitweb
 
-http://git.zx2c4.com/cgit/
+http://git.zx2c4.com/cgit/about/
 
 https://kallithea-scm.org/