Pro Git 2nd Edition 2.1.413obscure version control system to basically dominating commercial and open source version control. I’m happy that Pro Git has done so well and has also been able to be one of the few technical books on right turn that sent me down a much more interesting path than the one I was on. Now, years later, I’m a contributor to a major Git implementation, I’ve worked for the largest Git hosting company, and I’ve who has supported me for all of these years and to my daughter Josephine, who will support me when I’m too old to know what’s going on. — Scott 4 Contributors Since this is an Open Source book, we have0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 2nd Edition 2.1.413obscure version control system to basically dominating commercial and open source version control. I’m happy that Pro Git has done so well and has also been able to be one of the few technical books on right turn that sent me down a much more interesting path than the one I was on. Now, years later, I’m a contributor to a major Git implementation, I’ve worked for the largest Git hosting company, and I’ve has supported me for all of these years and to my daughter Josephine, who will support me when I’m too old to know what’s going on. — Scott CONTRIBUTORS Since this is an Open Source book, we have gotten0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 obscure version control system to basically dominating commercial and open source version control. I’m happy that Pro Git has done so well and has also been able to be one of the few technical books on right turn that sent me down a much more interesting path than the one I was on. Now, years later, I’m a contributor to a major Git implementation, I’ve worked for the largest Git hosting company, and I’ve has supported me for all of these years and to my daughter Josephine, who will support me when I’m too old to know what’s going on. — Scott CONTRIBUTORS Since this is an Open Source book, we have gotten0 码力 | 691 页 | 13.35 MB | 1 年前3
Gitea v1.21.1 中文文档--start-date value :证书的创建日期。可选。(格式: Jan 1 15:04:05 2011 )。 --duration value :证书有效期。可选。(默认值:8760h0m0s) --ca :如果提供此选项,则证书将生成自己的证书颁发机构。可选。 示例: gitea cert --host git.example.com,example.com,www.example 优雅地重新启动运行中的进程(对于Windows服务器尚未实现) flush-queues : 刷新运行中的进程中的队列 选项: --timeout value : 刷新过程的超时时间(默认值: 1m0s) --non-blocking : 设置为true,以在返回之前不等待刷新完成 logging : 调整日志命令 命令: pause : 暂停日志记录 注意: 如果日志级别低于 false: 允许上述列出的头部的子域名发出请求。 METHODS : GET,HEAD,POST,PUT,PATCH,DELETE,OPTIONS: 允许发起的请求方式列表 MAX_AGE : 10m: 缓存响应的最大时间 ALLOW_CREDENTIALS : false: 允许带有凭据的请求 HEADERS : Content-Type,User-Agent: 允许请求携带的头部 X_FRAME_OPTIONS0 码力 | 303 页 | 3.88 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66Ricky Senft morstar Dmitri Tikhonov Rintze M. Zelle mosdalsvsocld Dmitriy Smirnov Rob Blanco mowangjuanzi Duncan Dean 7. Git 工具 7.1 选择修订版本 @leo108 王波 7.2 交互式暂存 @networm @IceNature @jeffsui @M1seRy 7.3 储藏与清理 @networm @IceNature @Geno1024 @M1seRy 7.4 签署工作 @networm @IceNature @tvvocold @Geno1024 7.5 搜索 @leo108 王波 @secondwtq @oldsharp 9 章节 译者 审校者 8.3 Git 钩子 @spacewand er @IceNature @M1seRy @secondwtq 8.4 使用强制策略的一个例子 @spacewand er @gisphm @IceNature @M1seRy 8.5 总结 @spacewand er @devbean @networm @IceNature 9. Git0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66Ricky Senft morstar Dmitri Tikhonov Rintze M. Zelle mosdalsvsocld Dmitriy Smirnov Rob Blanco 7. Git 工具 7.1 选择修订版本 @leo108 王波 7.2 交互式暂存 @networm @IceNature @jeffsui @M1seRy 7.3 储藏与清理 @networm @IceNature @Geno1024 @M1seRy 7.4 签署工作 @networm @IceNature @tvvocold @Geno1024 7.5 搜索 @leo108 王波 @IceNature @secondwtq @oldsharp 8.3 Git 钩子 @spacewander @IceNature @M1seRy @secondwtq 8.4 使用强制策略的一个例 子 @spacewander @gisphm @IceNature @M1seRy 8.5 总结 @spacewander @devbean @networm @IceNature 9. Git 与其他系统0 码力 | 670 页 | 13.59 MB | 1 年前3
git 操作手册new file: main.py #暂存区有了一个新的文件:main.py # git commit -m "msgxxx" #将暂存区提交到仓库区(commit为提交操作),- m后指定本次提交的说明信息 1 file changed, 1 inser�on(+) create mode 100644 main.py # git defaultBranch main #设置默认分支名为main,默认 为master;设置完成后,再init其他仓库,则默认名称生效(只对新创建仓库生 效) # git branch -m main #将当前分支更名为main ★tag操作 tag是git版本库的一个标记命令,指向了某个commit的指针,tag命令主要用于 发布版本 #将当前所处分支的最新提交打上tag,名为 v1.0.1 # git tag v1.2 -m 'v2' #创建名为v1.2的tag,-m指定说明信息,未指 定-m说明信息时,则默认使用提交(commit)时的说明信息作为此tag的说明信 息 # git tag -n0 码力 | 35 页 | 1.69 MB | 1 年前3
共 7 条
- 1













