Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在本地存储库上创建标签时
它是在我的本地存储库上创建的。
我不知道如何推送这个位于 GitHub 上的原点。
我可以通过命令行将其推送到远程存储库
git push origin v0.3.0
但我想知道是否有办法通过 Gitahead 的 GUI 来做到这一点。
我终于找到了解决方案:从菜单“远程”中选择“推送到”,然后从显示对话框的“标签”选项卡中选择 v0.3.0。