You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
git生成tag标签本地
git生成tag标签远端操作
将当前分支,合并到主干
git checkout master
git merge dev
git push origin master
注意解决冲突回滚代码到指定分支
可选操作
搜索近似版本号
版本号规则
参考网址1
参考网址2
The text was updated successfully, but these errors were encountered: