tags created in gitlens do not show on github #1577
Answered
by
DeadNews
collisiondetection
asked this question in
Q&A
-
Are tags meant to be only local to vscode as I can't see them showing on GitHub ? |
Beta Was this translation helpful? Give feedback.
Answered by
DeadNews
Sep 6, 2022
Replies: 1 comment
-
To push the tag to the remote server, you can open the Command Palette ( Also settings:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
eamodio
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To push the tag to the remote server, you can open the Command Palette (
Ctrl
+Shift
+P
) and chooseGit: Push Tags
orGit: Push (Follow Tags)
.Also settings:
git.followTagsWhenSync
- Follow tags when running Git: Sync.git config --global push.followTags true