• Home
  • About
  • Archives
  • Tags
  • RSS

git开发流程

git branch
发布于:2025.04.29

团队开发中,遵循一个合理、清晰的 Git 规范,是非常重要的。 否则,每个人都提交一堆杂乱无章的 commit 和 分支,项目很快就会变得难以协调和维护。 分支规范 main:主分支。 主分支,始终与正式环境代码保持一致。 不能将代码直接 commit 到该

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

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

在项目中git中常见分支及其作用

git branch
发布于:2024.04.21

master/main分支master/main分支是主分支,包含了已经发布到生产环境的稳定,可靠版本的代码。一般情况下,master/main分支应该只用于发布新版本,而不应该直接修改或提交新的功能。 develop分支deve

Powered by Hexo | Theme - xianxin

© 2025 MIT license