Uploaded image for project: 'Sourcetree For Mac'
  1. Sourcetree For Mac
  2. SRCTREE-940

Can't delete a git TAG

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Low
    • None
    • 1.4.1
    • Git
    • None

    Description

      See:
      http://screencast.com/t/0pBnkNrnd

      It deletes the tag;

      git -c core.quotepath=false tag -d t1 
      Deleted tag 't1' (was 0a8bca5)
      Completed successfully

      but when you do a push it adds it back again

      git -c core.quotepath=false push -v --tags origin master:master 
      Pushing to https://ajaynz@github.com/ajaynz/TEST.git
      POST git-receive-pack (287 bytes)
      To https://ajaynz@github.com/ajaynz/TEST.git
       = [up to date]      master -> master
       = [up to date]      t1 -> t1
       = [up to date]      t2 -> t2
       * [new tag]         test -> test
      updating local tracking ref 'refs/remotes/origin/master'
      Completed successfully

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              asridhar AjayA
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: