Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion book/02-git-basics/sections/tagging.asc
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ Wenn jetzt jemand anderes aus Ihrem Repository klont oder pullt, erhält er auch
[NOTE]
.`git push` pusht beide Arten von Tags
====
Das Pushen von Tags mit `git push <remote> --tags` unterscheidet nicht zwischen Lightweight- und Annotated-Tags; es gibt keine einfache Option, die es Ihnen erlaubt, nur einen Typ zum Pushen auszuwählen.
`git push <remote> --tags` wird sowohl Lightweight- als auch Annotated-Tags pushen.
Es gibt zur Zeit keine Möglichkeit, nur Lightweight-Tags zu pushen, aber wenn Sie `git push <remote> --follow-tags` verwenden, werden nur kommentierte (annotated) Tags an den Remote gepusht.
====

==== Tags löschen
Expand Down