]> 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 404171eb890beb07f5454467b2152b6cb3d7da7e..15413e37024b934dc6c3819c6b1b2b120b173925 100644 (file)
@@ -209,7 +209,8 @@ The second command fetches commits from the named $BRANCH in the
 $REMOTE repository that are not in your repository and updates both
 the local branch $BRANCH and its upstream remote-tracking branch. But
 it refuses to update branches in case of non-fast-forward. And it
-refuses to update the current branch.
+refuses to update the current branch (currently checked out branch,
+where HEAD is pointing to).
 
 The first command is used internally by ``git pull``.
 
@@ -354,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.
 
@@ -819,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/