git-school / visualizing-git

:framed_picture: Visualize how common Git operations affect the commit graph

Home Page:http://git-school.github.io/visualizing-git/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Git push tag to origina does not work

nayanshah opened this issue · comments

To repro in free-view with remote:

$ git commit
$ git tag v1
$ git push origin v1
Local ref: v1 does not exist.