Replies: 1 comment 3 replies
-
Hi @gfd2020, I believe they are safe, but I'm not sure since I never used those exact commands... |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, @lfcnassif and @wladimirleite .
I'm wanting to make a new branch of version 4.2 but my fork doesn't show the latest tags (like 4.2).
I found these commands below to sync tags. Please, can you tell me if I can do this without any side effects?
git fetch --tags upstream
git push --tags
Source:
https://stackoverflow.com/questions/70678073/how-do-i-sync-tags-to-a-forked-github-repo
Beta Was this translation helpful? Give feedback.
All reactions