• Home
  • About
  • Archives
  • Tags
  • RSS

语义版本控制(Semantic Versioning,简称 SemVer)

版本控制 git 开源项目
发布于:2025.04.29

在绝大多数项目中,尤其是开源社区,采用的都是语义版本控制(Semantic Versioning,简称 SemVer)。 SemVer 建议将版本号划分为三个部分: 12主版本号.次版本号.补丁版本号X.Y.Z 各部分含义分别是: • 主版本号(X):出现

Git LFS基本使用

git LFS git
发布于:2025.01.02

1. Git LFS 简介 Git LFS: An open source Git extension for versioning large filesGit Large File Storage (LFS) replaces large files su

gitea在ubuntu安装

运维 git gitea
发布于:2024.07.18

创建用户和用户组1sudo adduser --system --group --disabled-password --shell /bin/bash --home /home/git --gecos 'git version control&#x

clone github代码出现Operation timed out解决

git git time out
发布于:2024.04.21

1234567➜ ~ git clone git@github.com:pkg6/go-requests.gitCloning into 'go-requests'...ssh: connect to host github.com po

git免密拉取代码

git git password
发布于:2024.04.21

方式1: 通过公钥和私钥进行ssh拉去代码生成公钥和私钥命令 1ssh-keygen 拉去代码 1git clone git@github.com:username/repository.git 方式1: 配置.netrc 来源: https://go.d

通过shell脚本clone组织下所有仓库

sh git sh github
发布于:2024.04.21

获取github组织下仓库12345curl --silent \ -H "Accept: application/vnd.github+json" \ -H "Authoriz

Powered by Hexo | Theme - xianxin

© 2025 MIT license