defunkt / github-gem

`github` command line helper for simplifying your GitHub experience.

Home Page:http://github.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

stanislaw opened this issue · 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.