Pro Git 2nd Edition 2.1.413much like that I was writing what I felt was essentially a community resource and also talking about my company in it. While I still don’t love that conflict of interests, the importance of GitHub in the Git. PREFACE BY BEN STRAUB The first edition of this book is what got me hooked on Git. This was my introduction to a style of making software that felt more natural than anything I had seen before DEDICATIONS To my wife, Becky, without whom this adventure never would have begun. — Ben This edition is dedicated to my girls. To my wife Jessica who has supported me for all of these years and to my daughter0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413much like that I was writing what I felt was essentially a community resource and also talking about my company in it. While I still don’t love that conflict of interests, the importance of GitHub in the Git. 2 Preface by Ben Straub The first edition of this book is what got me hooked on Git. This was my introduction to a style of making software that felt more natural than anything I had seen before Dedications To my wife, Becky, without whom this adventure never would have begun. — Ben This edition is dedicated to my girls. To my wife Jessica who has supported me for all of these years and to my daughter0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 much like that I was writing what I felt was essentially a community resource and also talking about my company in it. While I still don’t love that conflict of interests, the importance of GitHub in the Git. PREFACE BY BEN STRAUB The first edition of this book is what got me hooked on Git. This was my introduction to a style of making software that felt more natural than anything I had seen before DEDICATIONS To my wife, Becky, without whom this adventure never would have begun. — Ben This edition is dedicated to my girls. To my wife Jessica who has supported me for all of these years and to my daughter0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66来控制它,那么首先需要进入该项目目录中。 如果你还 没这样做过,那么不同系统上的做法有些不同: 在 Linux 上: $ cd /home/user/my_project 在 macOS 上: $ cd /Users/user/my_project 在 Windows 上: $ cd /c/user/my_project 之后执行: $ git init 该命令将创建一个名为 .git 的子目录,这个子目录含有你初始化的 中会详细讨论分支和引用。 现在,让我们在项目下创建一个新的 README 文件。 如果之前并不存在这个文件,使用 git status 命令,你 将看到一个新的未跟踪文件: 31 $ echo 'My Project' > README $ git status On branch master Your branch is up-to-date with 'origin/master'. Untracked a/README b/README new file mode 100644 index 0000000..03902a1 --- /dev/null +++ b/README @@ -0,0 +1 @@ +My Project 请注意,git diff 本身只显示尚未暂存的改动,而不是自上次提交以来所做的所有改动。 所以有时候你一下子暂 存了所有更新过的文件,运行 git diff 后却什么也没有,就是这个原因。0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66需要进入该项目目录中。 如果你还没这样做过,那么不同系统上的做法有些 不同: 在 Linux 上: $ cd /home/user/my_project 在 macOS 上: $ cd /Users/user/my_project 在 Windows 上: $ cd /c/user/my_project 之后执行: $ git init 该命令将创建一个名为 .git 的子目录,这个子目录含有你初始化的 中会详细讨论分支和 引用。 现在,让我们在项目下创建一个新的 README 文件。 如果之前并不存在这个文 件,使用 git status 命令,你将看到一个新的未跟踪文件: $ echo 'My Project' > README $ git status On branch master Your branch is up-to-date with 'origin/master'. Untracked a/README b/README new file mode 100644 index 0000000..03902a1 --- /dev/null +++ b/README @@ -0,0 +1 @@ +My Project 请注意,git diff 本身只显示尚未暂存的改动,而不是自上次提交以来所做的 所有改动。 所以有时候你一下子暂存了所有更新过的文件,运行 git diff 后 却什么也没有,就是这个原因。0 码力 | 670 页 | 13.59 MB | 1 年前3
Gitea v1.21.1 中文文档(PostgreSQL)数据库超级用户。以下步骤假设您在数据库和 Gitea 服务器上都使用 Linux。 1. 对于远程数据库设置,您需要让 MySQL 监听您的 IP 地址。编辑数据库实例上的 /etc/mysql/my.cnf 文件 中的 bind-address 选项为: 1. bind-address = 203.0.113.3 2. 在数据库实例上,使用 root 用户登录到数据库控制台: /path/to/mysql.key : 数据库实例密钥 /path/to/ca.crt : CA证书链。在单向TLS中不使用此文件,但用于验证双向TLS中的客户端证书。 2. 将以下选项添加到 my.cnf : 1. [mysqld] MySQL/MariaDB TLS 数据库准备 - 17 - 本文档使用 书栈网 · BookStack.CN 构建 2. ssl-ca = /path/to/ca --synchronize-users :启用用户同步。 --page-size value :搜索页面大小。 示例: gitea admin auth update-ldap --id 1 --name "my ldap auth source" gitea admin auth update-ldap --id 1 --username-attribute uid --firstname-attribute0 码力 | 303 页 | 3.88 MB | 1 年前3
git 操作手册cof-lee.com/cof/pro-1.git - [deleted] bran4 ★或者成员先创建一个空项目目录,进入目录后再映射仓库到本地 # mkdir my-pro-1 # cd my-pro-1 # git init # git remote add rmtRepo h�ps://gitlab.cof-lee.com/cof/pro-1.git # git0 码力 | 35 页 | 1.69 MB | 1 年前3
共 7 条
- 1













