Git study Day02 標籤
1.標籤
新增標籤
$ git tag v1.0
$ git tab
v1.0
獲取v1.0版本程式碼
$ git checkout tags/v1.0
Note: checking out 'tags/v1.0'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at fc8fc32... one
新建分支,修復v1.0版本bug
$ git checkout -b fixbug
合併bug分支
$ git merge fixbug
$ git branch -d fixbug
相關文章
- Git study Day02 分支Git
- Git 標籤Git
- Git tag 標籤Git
- Git (10)-- 打標籤(git tag)Git
- Git 與標籤管理Git
- Git-tag標籤Git
- git學習——打標籤Git
- Git刪除tag標籤Git
- Git 系列教程(9)- 打標籤Git
- Git(標籤、分支和合並)2Git
- Git檢視所有tag標籤Git
- Git tag標籤用法詳解Git
- 【第九篇】- Git 標籤Git
- Git的分支管理與打標籤Git
- 【記錄】Git 是如何打標籤的Git
- [記錄] Git 是如何打標籤的Git
- Git tag標籤與branch分支 區別Git
- Git檢視tag標籤建立時間Git
- Git打標籤與版本控制規範Git
- Git 推送和刪除遠端標籤Git
- 【git學習四】git基礎之git為專案打標籤Git
- Git應用詳解第八講:Git標籤、別名與Git gcGitGC
- Git tag標籤與branch分支的區別Git
- properties標籤和typeAliases標籤
- git 入門教程之里程碑式標籤Git
- HTML標籤(基本標籤的使用)HTML
- 自定義標籤【迭代標籤】薦
- java <%!%>標籤和<%%>標籤的使用Java
- Git study Day01 暫存區, 撤銷Git
- VOC標籤轉化為YOLO標籤YOLO
- html中常用的標籤-表格標籤HTML
- Git 開源的版本控制系統-05-tags 標籤管理Git
- html中常用的標籤-表單標籤HTML
- HTML <a> 標籤HTML
- script標籤
- HTML 標籤HTML
- HTML 標籤HTML
- html標籤HTML