Pro Git 2nd Edition 2.1.413IDE support and in business use. The Pro Git of four years ago knows about none of that. One of the main aims of this new edition is to touch on all of those new frontiers in the Git community. The Open Three States Pay attention now — here is the main thing to remember about Git if you want the rest of your learning process to go smoothly. Git has three main states that your files can reside in: modified Committed means that the data is safely stored in your local database. This leads us to the three main sections of a Git project: the working tree, the staging area, and the Git directory. Figure 6.0 码力 | 731 页 | 21.49 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413IDE support and in business use. The Pro Git of four years ago knows about none of that. One of the main aims of this new edition is to touch on all of those new frontiers in the Git community. The Open Three States Pay attention now — here is the main thing to remember about Git if you want the rest of your learning process to go smoothly. Git has three main states that your files can reside in: modified Committed means that the data is safely stored in your local database. This leads us to the three main sections of a Git project: the working tree, the staging area, and the Git directory. Figure 6.0 码力 | 501 页 | 17.96 MB | 1 年前3
 Pro Git 2nd Edition 2.1.413 IDE support and in business use. The Pro Git of four years ago knows about none of that. One of the main aims of this new edition is to touch on all of those new frontiers in the Git community. The Open Three States Pay attention now — here is the main thing to remember about Git if you want the rest of your learning process to go smoothly. Git has three main states that your files can reside in: modified Committed means that the data is safely stored in your local database. This leads us to the three main sections of a Git project: the working tree, the staging area, and the Git directory. Figure 6.0 码力 | 691 页 | 13.35 MB | 1 年前3
 Pro Git 中文版 第2版 2.1.66ZLIB_BUF_MAX --oneline e01503b zlib: allow feeding more than 4GB in one go ef49a7a zlib: zlib can only process 4GB at a time 如果我们查看这些提交的 diff,我们可以看到在 ef49a7a 这个提交引入了常量,并且在 e01503b 这个提交中被 修改了。 如果你希望得到更精确的结果,你可以使用 Junio C HamanoDate: Fri Jun 10 11:52:15 2011 -0700 zlib: zlib can only process 4GB at a time diff --git a/zlib.c b/zlib.c --- a/zlib.c +++ b/zlib.c @@ -85,5 +130,5 @@ -unsigned ctor c87d55d..92c7337 stable -> origin/stable Updating c87d55d..92c7337 Fast-forward src/main.c | 1 + 1 file changed, 1 insertion(+) Submodule path 'DbConnector': merged in '92c7337b30ef9e08 0 码力 | 501 页 | 19.30 MB | 1 年前3
 Pro Git 中文版 第2版 2.1.66ZLIB_BUF_MAX --oneline e01503b zlib: allow feeding more than 4GB in one go ef49a7a zlib: zlib can only process 4GB at a time 如果我们查看这些提交的 diff,我们可以看到在 ef49a7a 这个提交引入了常 量,并且在 e01503b 这个提交中被修改了。 如果你希望得到更精确的结果,你可以使用 Junio C HamanoDate: Fri Jun 10 11:52:15 2011 -0700 zlib: zlib can only process 4GB at a time diff --git a/zlib.c b/zlib.c --- a/zlib.c +++ b/zlib.c @@ -85,5 +130,5 @@ -unsigned ctor c87d55d..92c7337 stable -> origin/stable Updating c87d55d..92c7337 Fast-forward src/main.c | 1 + 1 file changed, 1 insertion(+) Submodule path 'DbConnector': merged in '92c7337b30ef9e08 0 码力 | 670 页 | 13.59 MB | 1 年前3
 git 操作手册nothing to commit (create/copy files and use "git add" to track) # echo 'print("hello world")' > main.py #随便创建一个文件 # git add . #提交当前工作目录的所有文件到暂存区(add为暂存操 作),命令最后有一个点. # new file: main.py #暂存区有了一个新的文件:main.py # git commit -m "msgxxx" #将暂存区提交到仓库区(commit为提交操作),- m后指定本次提交的说明信息 1 file changed, 1 inser�on(+) create mode 100644 main.py # git config --global init.defaultBranch main #设置默认分支名为main,默认 为master;设置完成后,再init其他仓库,则默认名称生效(只对新创建仓库生 效) # git branch -m main #将当前分支更名为main ★tag操作 tag是git版本库的一个标记命令,指向0 码力 | 35 页 | 1.69 MB | 1 年前3
 Gitea v1.21.1 中文文档https://github.com/go-gitea/gitea (之前的版本中建议使用 go get ,但现在不再需要。) 你可以选择编译和安装的版本,当前有多个选择。 main 分支代表当前的开发版本。如果你想编译 main 版本, 你可以直接跳到 构建 部分。 如果你想编译带有标签的发行版本,可以使用以下命令签出: 1. git branch -a 2. git checkout 通过将存档文件放置在以仓库命名的目录中来添加前缀。 DISABLE_MIGRATIONS : false: 禁用迁移功能。 DISABLE_STARS : false: 禁用点赞功能。 DEFAULT_BRANCH : main: 所有仓库的默认分支名称。 ALLOW_ADOPTION_OF_UNADOPTED_REPOSITORIES : false: 允许非管理员用户认领未被认领的仓库。 ALLOW_DELE wget -O /path/to/custom/public/privacy.html https://raw.githubusercontent.com/go- gitea/gitea/main/contrib/legal/privacy.html.sample 现在,你需要编辑该页面以满足你的需求。特别是,你必须更改电子邮件地址、网址以及与 “Your Gitea Instance”0 码力 | 303 页 | 3.88 MB | 1 年前3
共 7 条
- 1
 













