jwj/tools1.1

v1.0.4 2021-07-28 03:53 UTC

This package is auto-updated.

Last update: 2024-09-28 10:49:23 UTC


README

工具

git config --global --unset http.proxy

git config --global --unset https.proxy

git 打标签 git tag 查看标签

git tag v1.0.2 创建新标签

git push origin --tags 本地推送到远程