包含gitconfig--global的词条
【开源必备】常用git命令 git tag [tag]:新建一个 tag 在当前 commit。git tag [tag] [commit]:新建一个 tag 在指定 commit。git show [tag]:查看 tag 信息。git push [remote] [tag]:提交指定 tag。git push [remote] --tags:提交所有 tag。(图片来源网络,侵删)说明:当你对
2025年9月16日