From 3ae1dd935db3f7d3678d13813ddf84fbbaa943b7 Mon Sep 17 00:00:00 2001 From: waylau Date: Sat, 29 Nov 2014 09:04:49 +0800 Subject: [PATCH] =?UTF-8?q?update=20Working=20with=20Tags=20=E5=92=8C?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=B7=A5=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Working with Tags 和标签工作.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Working with Tags 和标签工作.md b/Working with Tags 和标签工作.md index 4176484..4989094 100644 --- a/Working with Tags 和标签工作.md +++ b/Working with Tags 和标签工作.md @@ -1,6 +1,17 @@ Working with Tags 和标签工作 =========== +查看并应用从 Git命令行创建的库的标签 +1.切换到库,点击 Releases 头部项目 + +![](https://help.github.com/assets/images/help/releases/releases-header-menu.png) + +2.在发布包页面,点击 Tags + +![](https://help.github.com/assets/images/help/releases/tags-list.png) + +*提示:发布包一般是[轻量级的 Git 标签](http://git-scm.com/book/en/Git-Basics-Tagging#Lightweight-Tags),详见[关于发布包](https://github.com/waylau/github-help/blob/master/About%20Releases%20%E5%85%B3%E4%BA%8E%E5%8F%91%E5%B8%83%E5%8C%85.md)* + *参考*:[https://help.github.com/articles/working-with-tags/](https://help.github.com/articles/working-with-tags/)