Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When setting the remote, use the --tags option or set the remote.<name>.tagopt setting #7

Open
ryan-lane opened this issue Feb 11, 2014 · 0 comments

Comments

@ryan-lane
Copy link
Member

To avoid needing to run two separate fetches set the --tags option or set remote..tagopt setting in the git config. This is to avoid needing to run fetch and fetch --tags. The downside here is that this likely needs to be done for every submodule as well, and possible on every single sync that adds submodules.

This change likely needs investigation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant