Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • TortoiseGit TortoiseGit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 384
    • Issues 384
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Model experiments
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TortoiseGitTortoiseGit
  • TortoiseGitTortoiseGit
  • Issues
  • #1674
Closed
Open
Issue created Aug 02, 2015 by Sven Strickroth@mrtuxOwner

Option "Push all branches" leaves out tags on pushed changes

By frank.seidin... on February 28, 2013 15:13 (imported from Google Code)


Prerequisites
I've tried to practice the recipes on the blog article "A successful Git branching model" and found some unexpected behavior with branching/merging and pushing.

What steps will reproduce the problem?

  1. Create a new git bare repository on a windows share
  2. Clone the bare git repository on your local file system
  3. Create the branch "develop" and switch to it
  4. Add some work and commit
  5. Create the branch "release-0.0.1" from the development branch and switch to it
  6. Change some work and commit
  7. Switch to the "master" branch
  8. Merge all changes from the "release-0.0.1" branch
  9. Tag the master branch with the "0.0.1" tag
  10. Switch to the "develop" branch and merge all changes from the "release-0.0.1" branch
  11. Delete the "release-0.0.1" branch
  12. Select the "Git Push..." dialog from explorer
  13. Check the "Push all branches" option, the "Include Tags" is now greyed and unchecked
  14. Push the "Ok" button

What is the expected output?
The changes are pushed to the origin including the branches "master" and "develop" and also containing the tag "0.0.1"

What do you see instead?
The tag "0.0.1" is not pushed to the origin

What version of TortoiseGit and msysgit are you using? On
what operating system?
I'm using TortoiseGit 1.8.1.0 and git version 1.8.1.msysgit.1 on Windows 7 Professional x64

Suggested solution:
If "Push all branches" is checked either "Include Tags" should always be "true" or at least enabled.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking