github-gem icon indicating copy to clipboard operation
github-gem copied to clipboard

gh push --tags doesn't push tags whereas git push --tags does

Open stanislaw opened this issue 14 years ago • 0 comments

Hello,

It is all in subject.

gh commit -m "something"
gh tag "0.0.2"
gh push --tags

results in that commit is ok and appears when browsing repo's page but tag '0.0.2' doesn't.

right after that when instead doing

git push --tags

all works.

Thanks.

stanislaw avatar Dec 26 '11 00:12 stanislaw