I created a new branch (tags
), checked it out, and whenever I push changes I use git push origin tags
. However, the pushed changes are effecting both the master
branch and the tags
branch in my remote repo.
I'm sure I've got the tags
branch checked out (verified with git status
). Can someone tell me what I'm doing wrong? I'm a git newbie and so I'm not sure what I might need to include in this post to help with the diagnosis, let me know if I should include something specific.
Thanks!