git標籤管理

feature分支 當創建一個分支使用git add 與git commit 提交後 沒有與master分支合併時,使用git branch -b 不能刪除該分支。應使用 git branch -D 分支名 強行 刪除分支 標籤管理 git tag 標籤名 創建標籤 git tag 查看創建的標籤 注:打標籤時應注意需要切換到要打標籤的分支上 git tag 標籤名 版本號 爲之前版本添加標籤 g
相關文章
相關標籤/搜索