Uploaded image for project: 'Sourcetree for Windows'
  1. Sourcetree for Windows
  2. SRCTREEWIN-3887

Add remotes with --no-tags option

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Git
    • None
    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      I often base new projects off of skeleton projects by using an extra remote to use to pull the base copy and future improvements if necessary. The new project gets a new version number and that gets a tag. The problem is that all of the tags from the previous versions of the base project are still around and clobber the tag namespace.

      Git has an option to take care of this issue: `git remote add --no-tags base /path/to/base.repo.git`. I however cannot find a way to do this in SourceTree without manually opening the repo's config and adding `tagopt = --no-tags` to `[remote "base"]`. I'd like there to be a simple way to change this setting for each remote.

              Unassigned Unassigned
              2f8891afbe01 cinderblock63
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: