Pro Git 2nd Edition 2.1.413
Your Avatar Your Email Addresses Two Factor Authentication Contributing to a Project Forking Projects The GitHub Flow Advanced Pull Requests GitHub Flavored Markdown Keep your GitHub public repository Commands Setup and Config git config git config core.editor commands git help Getting and Creating Projects git init git clone Basic Snapshotting git add git status git diff git difftool git commit branch git checkout git merge git mergetool git log git stash git tag Sharing and Updating Projects git fetch git pull git push git remote git archive git submodule Inspection and Comparison0 码力 | 731 页 | 21.49 MB | 1 年前3Pro Git 2nd Edition 2.1.413
Your Avatar Your Email Addresses Two Factor Authentication Contributing to a Project Forking Projects The GitHub Flow Advanced Pull Requests GitHub Flavored Markdown Keep your GitHub public repository Commands Setup and Config git config git config core.editor commands git help Getting and Creating Projects git init git clone Basic Snapshotting git add git status git diff git difftool git commit branch git checkout git merge git mergetool git log git stash git tag Sharing and Updating Projects git fetch git pull git push git remote git archive git submodule Inspection and Comparison0 码力 | 691 页 | 13.35 MB | 1 年前3Pro Git 2nd Edition 2.1.413
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 478 Getting and Creating Projects . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 483 Sharing and Updating Projects. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . and managing an account, creating and using Git repositories, common workflows to contribute to projects and to accept contributions to yours, GitHub’s programmatic interface and lots of little tips to0 码力 | 501 页 | 17.96 MB | 1 年前3Pro Git 中文版 第2版 2.1.66
b/CONTRIBUTING.md @@ -119,3 +119,4 @@ at the ## Starter Projects See our [projects list](https://github.com/libgit2/libgit2/blob/development/PROJECTS.md). +# test line 38 然后用 git diff --cached 查看已经暂存起来的变化( 单中了。 如果只是简单地从工作目录中手工删除文件,运行 git status 时就会在 “Changes not staged for commit” 部分(也就是 未暂存清单)看到: $ rm PROJECTS.md $ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not staged directory) deleted: PROJECTS.md no changes added to commit (use "git add" and/or "git commit -a") 然后再运行 git rm 记录此次移除文件的操作: 41 $ git rm PROJECTS.md rm 'PROJECTS.md' $ git status On branch master0 码力 | 501 页 | 19.30 MB | 1 年前3Pro Git 中文版 第2版 2.1.66
b/CONTRIBUTING.md @@ -119,3 +119,4 @@ at the ## Starter Projects See our [projects list] (https://github.com/libgit2/libgit2/blob/development/PROJECTS.md). +# test line 然后用 git diff --cached 查看已经暂存起来的变化( 如果只是简单地从工作目录中手工删除文件,运行 git status 时就会在 “Changes not staged for commit” 部分(也就是 未暂存清单)看到: $ rm PROJECTS.md $ git status On branch master Your branch is up-to-date with 'origin/master'. Changes not staged directory) deleted: PROJECTS.md no changes added to commit (use "git add" and/or "git commit -a") 然后再运行 git rm 记录此次移除文件的操作: $ git rm PROJECTS.md rm 'PROJECTS.md' $ git status On branch master0 码力 | 670 页 | 13.59 MB | 1 年前3Gitea v1.21.1 中文文档
pulls, repo.wiki, repo.ext_wiki, repo.projects, repo.packages, repo.actions] DEFAULT_REPO_UNITS : repo.code,repo.releases,repo.issues,repo.pulls,repo.wiki,repo.projects,repo.packa Overall ( DEFAULT ) ges: 逗号分隔的默认新仓库单元列表。允许的值是:: [repo.code, repo.releases, repo.issues, repo.pulls, repo.wiki, repo.projects, repo.packages, repo.actions]. 注意:目前无法停 用代码和发布。如果您指定了默认的仓库单元,您仍应将它们列出以保持未来的兼容性。外部wiki和问题跟踪 器不0 码力 | 303 页 | 3.88 MB | 1 年前3
共 6 条
- 1