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

Latest tags aren't moving in a local clone (OSOE-910) #389

Closed
BenedekFarkas opened this issue Oct 11, 2024 · 3 comments
Closed

Latest tags aren't moving in a local clone (OSOE-910) #389

BenedekFarkas opened this issue Oct 11, 2024 · 3 comments
Assignees

Comments

@BenedekFarkas
Copy link
Member

BenedekFarkas commented Oct 11, 2024

Jira issue

@github-actions github-actions bot changed the title Deploy and Swap doesn't move latest tags anymore Deploy and Swap doesn't move latest tags anymore (OSOE-910) Oct 11, 2024
@BenedekFarkas BenedekFarkas changed the title Deploy and Swap doesn't move latest tags anymore (OSOE-910) Latest tags aren't moving in a local clone (OSOE-910) Oct 11, 2024
@BenedekFarkas
Copy link
Member Author

BenedekFarkas commented Oct 11, 2024

Updated the title, because the tags are moving in the repo correctly, but not in a local clone when fetch/prune all is ran. I'm trying to determine which option causes them to move (to be in sync with origin), because Fetch All (in GitExtensions) is not enough: It's probably Fetch All Tags, but Prune remote branches and tags might affect it too (?).

@Piedone
Copy link
Member

Piedone commented Oct 11, 2024

Yeah, this is some peculiarity with Git Extensions only.

@BenedekFarkas
Copy link
Member Author

Workaround: Add a script with git as the command and fetch --prune-tags --force arguments for the AfterFetch event, like so:
image

@BenedekFarkas BenedekFarkas self-assigned this Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants