Pro Git 2nd Edition 2.1.413Viewing the Commit History Limiting Log Output Undoing Things Unstaging a Staged File Unmodifying a Modified File Undoing things with git restore Working with Remotes Showing Your Remotes Adding Advanced Merging Merge Conflicts Undoing Merges Other Types of Merges Rerere Debugging with Git File Annotation Binary Search Submodules Starting with Submodules Cloning a Project with Submodules “version control”, and why should you care? Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. For the examples in this0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 Viewing the Commit History Limiting Log Output Undoing Things Unstaging a Staged File Unmodifying a Modified File Undoing things with git restore Working with Remotes Showing Your Remotes Adding Advanced Merging Merge Conflicts Undoing Merges Other Types of Merges Rerere Debugging with Git File Annotation Binary Search Submodules Starting with Submodules Cloning a Project with Submodules “version control”, and why should you care? Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. For the examples in this0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 2nd Edition 2.1.413“version control”, and why should you care? Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later. For the examples in this as the files being version controlled, though in reality you can do this with nearly any type of file on a computer. If you are a graphic or web designer and want to keep every version of an image or incredibly error prone. It is easy to forget which directory you’re in and accidentally write to the wrong file or copy over files you don’t mean to. To deal with this issue, programmers long ago developed local0 码力 | 501 页 | 17.96 MB | 1 年前3
Gitea v1.21.1 中文文档Vagrant 软件包注册表 Alpine 软件包注册表 CRAN 软件包注册表 Debian 软件包注册表 RPM 软件包注册表 认证 Agit 设置 个人资料 README Blame File View 邮件接收 标签 合并请求 - 3 - 本文档使用 书栈网 · BookStack.CN 构建 权限 模板仓库 工单与合并请求模板 自动链接引用 合并消息模板 推送 注意:Gitea 管理 ~/.ssh/authorized_keys 文件。以普通用户身份运行 Gitea 可能会破坏该用户的 登录能力。 Git 需要 2.0.0 或更高版本。 Git Large File Storage 如果启用,且 Git 版本大于等于 2.1.2,则该选项可用 如果 Git 版本大于等于 2.18,将自动启用 Git 提交历史图形化展示功能 Last 2 versions 在 postgresql.conf 中添加以下选项: 1. ssl = on 2. ssl_ca_file = '/path/to/root.crt' 3. ssl_cert_file = '/path/to/postgresql.crt' 4. ssl_key_file = '/path/to/postgresql.key' 5. ssl_min_protocol_version0 码力 | 303 页 | 3.88 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66Users\Application Data\Git\config ,Windows Vista 及其以 后的版本在 C:\ProgramData\Git\config 。此文件只能以管理员权限通过 git config -f <file> 来修 改。 你可以通过以下命令查看所有的配置以及它们所在的文件: $ git config --list --show-origin 25 用户信息 安装完 Git 之后,要做的第一件事就是设置你的用户名和邮件地址。 而不知道为什么。 此时,你可以查询 Git 中该变量的 原始 值,它会告诉你哪一个配置文件最 后设置了该值: $ git config --show-origin rerere.autoUpdate file:/home/johndoe/.gitconfig false 获取帮助 若你使用 Git 时需要获取帮助,有三种等价的方法可以找到 Git 命令的综合手册(manpage): $ git On branch master Your branch is up-to-date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) README nothing added to commit but untracked files0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66Data\Git\config , Windows Vista 及 其 以 后 的 版 本 在 C:\ProgramData\Git\config 。此文件只能以管理员权限通过 git config -f <file> 来修改。 你可以通过以下命令查看所有的配置以及它们所在的文件: $ git config --list --show-origin 用户信息 安装完 Git 之后,要做的第一件事就是设置你的用户名和邮件地址。 值而不知道为什么。 此时,你可以查询 Git 中该变量的 原始 值,它会告诉你哪一个配置文 件最后设置了该值: $ git config --show-origin rerere.autoUpdate file:/home/johndoe/.gitconfig false 获取帮助 若你使用 Git 时需要获取帮助,有三种等价的方法可以找到 Git 命令的综合手 册(manpage): $ git On branch master Your branch is up-to-date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) README nothing added to commit but untracked files0 码力 | 670 页 | 13.59 MB | 1 年前3
git 操作手册"git rm --cached <file>..." to unstage) new file: main.py #暂存区有了一个新的文件:main.py # git commit -m "msgxxx" #将暂存区提交到仓库区(commit为提交操作),- m后指定本次提交的说明信息 1 file changed, 1 inser�on(+)0 码力 | 35 页 | 1.69 MB | 1 年前3
共 7 条
- 1













