在Xcode中标记提交

时间:2014-09-29 08:57:29

标签: git tags xcode6

有没有办法在Xcode中为特定提交创建标记?有没有对git标签的支持?我可以在Source Control下看到分支内容(new,switch,merge)。

2 个答案:

答案 0 :(得分:8)

三年后, Xcode 9 已通过标记功能得到增强。只需转到Source Control导航器并通过右键单击该特定提交打开的上下文菜单标记任何提交。

enter image description here

答案 1 :(得分:4)