Pro Git 2nd Edition 2.1.413History of Git What is Git? Snapshots, Not Differences Nearly Every Operation Is Local Git Has Integrity Git Generally Only Adds Data The Three States The Command Line Installing Git Installing Installing from Source First-Time Git Setup Your Identity Your Editor Your default branch name Checking Your Settings Getting Help Summary Git Basics Getting a Git Repository Initializing a Repository Output Undoing Things Unstaging a Staged File Unmodifying a Modified File Undoing things with git restore Working with Remotes Showing Your Remotes Adding Remote Repositories Fetching and Pulling0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413History of Git What is Git? Snapshots, Not Differences Nearly Every Operation Is Local Git Has Integrity Git Generally Only Adds Data The Three States The Command Line Installing Git Installing Installing from Source First-Time Git Setup Your Identity Your Editor Your default branch name Checking Your Settings Getting Help Summary Git Basics Getting a Git Repository Initializing a Repository Output Undoing Things Unstaging a Staged File Unmodifying a Modified File Undoing things with git restore Working with Remotes Showing Your Remotes Adding Remote Repositories Fetching and Pulling0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66分布式版本控制系统 Git 简史 Git 是什么? 直接记录快照,而非差异比较 近乎所有操作都是本地执行 Git 保证完整性 Git 一般只添加数据 三种状态 命令行 安装 Git 在 Linux 上安装 在 macOS 上安装 在 Windows 上安装 从源代码安装 初次运行 Git 前的配置 用户信息 文本编辑器 检查配置信息 获取帮助 总结 Git 基础 获取 获取 Git 仓库 在已存在目录中初始化仓库 克隆现有的仓库 记录每次更新到仓库 检查当前文件状态 跟踪新文件 暂存已修改的文件 状态简览 忽略文件 查看已暂存和未暂存的修改 提交更新 跳过使用暂存区域 移除文件 移动文件 查看提交历史 限制输出长度 撤消操作 取消暂存的文件 撤消对文件的修改 远程仓库的使用 查看远程仓库 添加远程仓库 从远程仓库中抓取与拉取 检出标签 Git 别名 总结 Git 分支 分支简介 分支创建 分支切换 分支的新建与合并 新建分支 分支的合并 遇到冲突时的分支合并 分支管理 分支开发工作流 长期分支 主题分支 远程分支 推送 跟踪分支 拉取 删除远程分支 变基 变基的基本操作 更有趣的变基例子 变基的风险 用变基解决变基 变基 vs. 合并 总结 服务器上的 Git 协议0 码力 | 670 页 | 13.59 MB | 1 年前3
FISCO BCOS 1.3 中文文档/mydata cd /mydata clone 源码 git clone https://github.com/FISCO-BCOS/FISCO-BCOS.git 安装FISCO-BCOS 切换到FISCO-BCOS目录下,执行FISCO-BCOS安装脚本。脚本自动下载并安 装程序。 cd FISCO-BCOS && git checkout master-1.3 bash build } } ] 高级合约调用(web3sdk) Welcome to web3sdk project :-) web3sdk提供访问fisco-bcos节点的java API web3sdk git: FISCO-BCOS/web3sdk [https://github.com/FISCO-BCOS/web3sdk] web3sdk issues [https://github.com/FIS 部署web3sdk之前需要安装git, dos2unix依赖软件: git:用于拉取最新代码 dos2unix: 用于处理windows文件上传到linux服务器时,文件格式无法被 linux正确解析的问题; centos: $ sudo yum -y install git dos2unix ubuntu: $ sudo apt install git tofrodos $ ln -s0 码力 | 491 页 | 5.72 MB | 1 年前3
Weblate 4.15.2 用户文档常见问题 配置 如何创建自动化工作流? Weblate 可以为您半自动处理所有翻译工作。如果授予它对仓库的推送访问权 限,则翻译可以在没有交互的情况下进行,除非发生某些合并冲突。 1. 设置好 Git 仓库,以便在发生更改时通知 Weblate,请参阅 通知钩子 获 取有关如何操作的信息。 2. 在 Weblate 的 部件配置 中设置推送 URL,这会允许 Weblate 将更改推 送到仓库。 突。一旦 将更改推送回去,Weblate 就将能够使用合并的版本而无需任何其它特殊操 作。 备注 取决于你的设置,访问 Weblate 仓库可能需要身份验证。使用 Weblate 中内 建的 Git 导出器 时,你需使用用户名和 API 密钥进行身份验证。 # Commit all pending changes in Weblate, you can do this in the UI as wlc lock # Add Weblate as remote: git remote add weblate https://hosted.weblate.org/git/project/component/ # You might need to include credentials in some cases: git remote add weblate https://username:APIKEY@hosted0 码力 | 816 页 | 11.24 MB | 1 年前3
Weblate 4.15.1 用户文档常见问题 配置 如何创建自动化工作流? Weblate 可以为您半自动处理所有翻译工作。如果授予它对仓库的推送访问权 限,则翻译可以在没有交互的情况下进行,除非发生某些合并冲突。 1. 设置好 Git 仓库,以便在发生更改时通知 Weblate,请参阅 通知钩子 获 取有关如何操作的信息。 2. 在 Weblate 的 部件配置 中设置推送 URL,这会允许 Weblate 将更改推 送到仓库。 突。一旦 将更改推送回去,Weblate 就将能够使用合并的版本而无需任何其它特殊操 作。 备注 取决于你的设置,访问 Weblate 仓库可能需要身份验证。使用 Weblate 中内 建的 Git 导出器 时,你需使用用户名和 API 密钥进行身份验证。 # Commit all pending changes in Weblate, you can do this in the UI as wlc lock # Add Weblate as remote: git remote add weblate https://hosted.weblate.org/git/project/component/ # You might need to include credentials in some cases: git remote add weblate https://username:APIKEY@hosted0 码力 | 815 页 | 11.24 MB | 1 年前3
Weblate 4.14.2 用户文档常见问题 配置 如何创建自动化工作流? Weblate 可以为您半自动处理所有翻译工作。如果授予它对仓库的推送访问权 限,则翻译可以在没有交互的情况下进行,除非发生某些合并冲突。 1. 设置好 Git 仓库,以便在发生更改时通知 Weblate,请参阅 通知钩子 获 取有关如何操作的信息。 2. 在 Weblate 的 部件配置 中设置推送 URL,这会允许 Weblate 将更改推 送到仓库。 突。一旦 将更改推送回去,Weblate 就将能够使用合并的版本而无需任何其它特殊操 作。 备注 取决于你的设置,访问 Weblate 仓库可能需要身份验证。使用 Weblate 中内 建的 Git 导出器 时,你需使用用户名和 API 密钥进行身份验证。 # Commit all pending changes in Weblate, you can do this in the UI as wlc lock # Add Weblate as remote: git remote add weblate https://hosted.weblate.org/git/project/component/ # You might need to include credentials in some cases: git remote add weblate https://username:APIKEY@hosted0 码力 | 818 页 | 11.20 MB | 1 年前3
Weblate 4.15 用户文档常见问题 配置 如何创建自动化工作流? Weblate 可以为您半自动处理所有翻译工作。如果授予它对仓库的推送访问权 限,则翻译可以在没有交互的情况下进行,除非发生某些合并冲突。 1. 设置好 Git 仓库,以便在发生更改时通知 Weblate,请参阅 通知钩子 获 取有关如何操作的信息。 2. 在 Weblate 的 部件配置 中设置推送 URL,这会允许 Weblate 将更改推 送到仓库。 突。一旦 将更改推送回去,Weblate 就将能够使用合并的版本而无需任何其它特殊操 作。 备注 取决于你的设置,访问 Weblate 仓库可能需要身份验证。使用 Weblate 中内 建的 Git 导出器 时,你需使用用户名和 API 密钥进行身份验证。 # Commit all pending changes in Weblate, you can do this in the UI as wlc lock # Add Weblate as remote: git remote add weblate https://hosted.weblate.org/git/project/component/ # You might need to include credentials in some cases: git remote add weblate https://username:APIKEY@hosted0 码力 | 820 页 | 11.24 MB | 1 年前3
Weblate 4.16.1 用户文档常见问题 配置 如何创建自动化工作流? Weblate 可以为您半自动处理所有翻译工作。如果授予它对仓库的推送访问权 限,则翻译可以在没有交互的情况下进行,除非发生某些合并冲突。 1. 设置好 Git 仓库,以便在发生更改时通知 Weblate,请参阅 通知钩子 获 取有关如何操作的信息。 2. 在 Weblate 的 部件配置 中设置推送 URL,这会允许 Weblate 将更改推 送到仓库。 突。一旦 将更改推送回去,Weblate 就将能够使用合并的版本而无需任何其它特殊操 作。 备注 取决于你的设置,访问 Weblate 仓库可能需要身份验证。使用 Weblate 中内 建的 Git 导出器 时,你需使用用户名和 API 密钥进行身份验证。 # Commit all pending changes in Weblate, you can do this in the UI as wlc lock # Add Weblate as remote: git remote add weblate https://hosted.weblate.org/git/project/component/ # You might need to include credentials in some cases: git remote add weblate https://username:APIKEY@hosted0 码力 | 819 页 | 11.27 MB | 1 年前3
Weblate 4.16.4 用户文档常见问题 配置 如何创建自动化工作流? Weblate 可以为您半自动处理所有翻译工作。如果授予它对仓库的推送访问权 限,则翻译可以在没有交互的情况下进行,除非发生某些合并冲突。 1. 设置好 Git 仓库,以便在发生更改时通知 Weblate,请参阅 通知钩子 获 取有关如何操作的信息。 2. 在 Weblate 的 部件配置 中设置推送 URL,这会允许 Weblate 将更改推 送到仓库。 突。一旦 将更改推送回去,Weblate 就将能够使用合并的版本而无需任何其它特殊操 作。 备注 取决于你的设置,访问 Weblate 仓库可能需要身份验证。使用 Weblate 中内 建的 Git 导出器 时,你需使用用户名和 API 密钥进行身份验证。 # Commit all pending changes in Weblate, you can do this in the UI as wlc lock # Add Weblate as remote: git remote add weblate https://hosted.weblate.org/git/project/component/ # You might need to include credentials in some cases: git remote add weblate https://username:APIKEY@hosted0 码力 | 822 页 | 11.27 MB | 1 年前3
共 532 条
- 1
- 2
- 3
- 4
- 5
- 6
- 54













