Pro Git 2nd Edition 2.1.413Summary Contributing to a Project Commit Guidelines Private Small Team Private Managed Team Forked Public Project Public Project over Email Summary Maintaining a Project Working in Topic Branches Contributing to a Project Forking Projects The GitHub Flow Advanced Pull Requests GitHub Flavored Markdown Keep your GitHub public repository up-to-date Maintaining a Project Creating a New Repository Collaborators Managing Pull Requests Mentions and Notifications Special Files README CONTRIBUTING Project Administration Managing an organization Organization Basics Teams Audit Log Scripting GitHub0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 Summary Contributing to a Project Commit Guidelines Private Small Team Private Managed Team Forked Public Project Public Project over Email Summary Maintaining a Project Working in Topic Branches Contributing to a Project Forking Projects The GitHub Flow Advanced Pull Requests GitHub Flavored Markdown Keep your GitHub public repository up-to-date Maintaining a Project Creating a New Repository Collaborators Managing Pull Requests Mentions and Notifications Special Files README CONTRIBUTING Project Administration Managing an organization Organization Basics Teams Audit Log Scripting GitHub0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 2nd Edition 2.1.413Contributing to a Project . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 129 Maintaining a Project . . . . . . . . . Contributing to a Project . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 171 Maintaining a Project . . . . . . . . . of us working on it. As I write this introduction, GitHub is announcing our 10 millionth hosted project, with nearly 5 million registered developer accounts and over 230 employees. Love it or hate it0 码力 | 501 页 | 17.96 MB | 1 年前3
Gitea v1.21.1 中文文档BookStack.CN 构建 REPOSITORY_AVATAR_FALLBACK 设置为 image 并且没有上传图像)。 默认项目看板的模板: PROJECT_BOARD_BASIC_KANBAN_TYPE : 待办,进行中,已完成 PROJECT_BOARD_BUG_TRIAGE_TYPE : 待分析,高优先级,低优先级,已关闭 ENABLED : true: 是否允许用户上传附件。 writer-mode-name\] . LEVEL : Info: 日志级别。可选值:[Trace, Debug, Info, Warn, Error, Critical, Fatal, 项目 ( project ) 工单和合并请求的附件 ( attachment ) 日志 ( log ) 配置说明 - 108 - 本文档使用 书栈网 · BookStack.CN 构建 None] STACKTRACE_LEVEL path/to/project.zip \ 3. https://gitea.example.com/api/packages/testuser/composer 或者将软件包版本指定为查询参数: 1. curl --user your_username:your_password_or_token \ 2. --upload-file path/to/project.zip \0 码力 | 303 页 | 3.88 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 的子目录,这个子目录含有你初始化的 Git add 命令来指定所需的文件来进行追踪,然后执行 git commit : $ git add *.c $ git add LICENSE $ git commit -m 'initial project version' 稍后我们再逐一解释这些指令的行为。 现在,你已经得到了一个存在被追踪文件与初始提交的 Git 仓库。 克隆现有的仓库 如果你想获得一份已经存在了的 Git 仓库的拷贝, 中会详细讨论分支和引用。 现在,让我们在项目下创建一个新的 README 文件。 如果之前并不存在这个文件,使用 git status 命令,你 将看到一个新的未跟踪文件: 31 $ echo 'My Project' > README $ git status On branch master Your branch is up-to-date with 'origin/master'. Untracked0 码力 | 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 的子目录,这个子目录含有你初始化的 Git add 命令来指定所需的文件 来进行追踪,然后执行 git commit : $ git add *.c $ git add LICENSE $ git commit -m 'initial project version' 稍后我们再逐一解释这些指令的行为。 现在,你已经得到了一个存在被追踪 文件与初始提交的 Git 仓库。 克隆现有的仓库 如果你想获得一份已经存在了的 Git 仓库的拷贝,比如说,你想为某个开源项 中会详细讨论分支和 引用。 现在,让我们在项目下创建一个新的 README 文件。 如果之前并不存在这个文 件,使用 git status 命令,你将看到一个新的未跟踪文件: $ echo 'My Project' > README $ git status On branch master Your branch is up-to-date with 'origin/master'. Untracked0 码力 | 670 页 | 13.59 MB | 1 年前3
共 6 条
- 1













