Skip to content

Support tracking a tag and force pushes in the git bundle#46983

Merged
jedcunningham merged 1 commit intoapache:mainfrom
astronomer:git_refersh_tag
Feb 23, 2025
Merged

Support tracking a tag and force pushes in the git bundle#46983
jedcunningham merged 1 commit intoapache:mainfrom
astronomer:git_refersh_tag

Conversation

@jedcunningham
Copy link
Member

  • Tracking tags, while intended to be supported, weren't.
  • For branches, we were doing a naive pull, but this breaks if the repo had a force push. We instead do an explicit fetch and hard reset now.

- Tracking tags, while intended to be supported, weren't.
- For branches, we were doing a naive pull, but this breaks if the repo had a force
push. We instead do an explicit fetch and hard reset now.
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

@jedcunningham jedcunningham merged commit 7273f90 into apache:main Feb 23, 2025
47 checks passed
@jedcunningham jedcunningham deleted the git_refersh_tag branch February 23, 2025 01:36
nailo2c pushed a commit to nailo2c/airflow that referenced this pull request Apr 4, 2025
- Tracking tags, while intended to be supported, weren't.
- For branches, we were doing a naive pull, but this breaks if the repo had a force
push. We instead do an explicit fetch and hard reset now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

5 participants