Skip to content
  • Junio C Hamano's avatar
    push: --follow-tags · c2aba155
    Junio C Hamano authored
    
    
    The new option "--follow-tags" tells "git push" to push annotated
    tags that are missing from the other side and that can be reached by
    the history that is otherwise pushed out.
    
    For example, if you are using the "simple", "current", or "upstream"
    push, you would ordinarily push the history leading to the commit at
    your current HEAD and nothing else.  With this option, you would
    also push all annotated tags that can be reached from that commit to
    the other side.
    
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    c2aba155