Git tutorial 发表于 2021-03-25 更新于 2021-04-30 分类于 professional , effience 本文字数: 206 阅读时长 ≈ 1 分钟 提高效率 Working with RemotesShowing Your Remotes git remote git remote -v origin:https://github.com/schacon/ticgit (fetch) origin:https://github.com/schacon/ticgit (push) git push origin master # 查看项目的tag git tag git checkout v0.10.48