Release branches renamed #4607
geyslan
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All release branches were renamed from
vX.XX.X
torelease-vX.XX.X
.To locally reflect those changes one must run (considering upstream as aquasec/tracee):
Prune remote:
git fetch --prune upstream
Check changes:
git branch -r -l 'upstream/*'
Beta Was this translation helpful? Give feedback.
All reactions