Git:標籤管理

建立標籤 查看分支 命令git branchgit 切換到須要打標籤的分支上(例如master) 命令git checkout masterweb 打標籤git tag <name>svg 命令 git tag v1.0code 查看全部標籤 命令git tagxml ,若是忘了打標籤,能夠找到歷史提交的commit id 命令git log --pretty=oneline --abbrev-c
相關文章
相關標籤/搜索