git 操作手册
git操作手册 前言: 1.蓝色字体表示命令行命令,正式执行时不要复制前面的#号,#号只是提示应 该使用root权限操作 2.绿色字体表示注释,有时注释太多就不用绿色表示了 3.注意:本文档的所有操作请先在测环境进行实践,请不要直接在真实的服务 器中操作! 版权声明: 本文档以开源的形式发布,所有条款如下: 1. 无担保:作者不保证文档内容的准确无误,亦不承担由于使用此文档所导致的任何后果 ★git命令操作 Git是一个开源的分布式版本控制系统,可以高效地处理从很小到非常大的项目 版本管理。 ★git命令行客户端安装及设置 # yum install git -y #自带光盘里有 # git --version #查看git软件版本 git version #全局设置信息保存在 ~/.gitconfig 文件里 # git config --global user.name cof #设置用户名 # git config --global user.email cof@cof-lee.com #设置邮箱 # git config --global h�p.sslVerify0 码力 | 35 页 | 1.69 MB | 1 年前3Git Plugin Detailed coverage analysis (JENKINS 50535)
0 码力 | 2 页 | 46.93 KB | 1 年前3Pro Git 2nd Edition 2.1.413
History 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 年前3Pro Git 2nd Edition 2.1.413
Pro Git Scott Chacon, Ben Straub Version 2.1.413, 2023-12-22 Table of Contents License. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 A Short History of Git . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 What is Git? . . . . . . . . . . Installing Git . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 First-Time Git Setup. . . .0 码力 | 501 页 | 17.96 MB | 1 年前3Pro Git 2nd Edition 2.1.413
History 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 年前3Pro Git 中文版 第2版 2.1.66
Pro Git Scott Chacon, Ben Straub 版本 2.1.65-3-ga7baa05f, 2023-12-28 目录 许可证 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 Git 简史 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 Git 是什么? . 21 安装 Git . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22 初次运行 Git 前的配置.0 码力 | 501 页 | 19.30 MB | 1 年前3Pro 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 年前3The Weblate Manual 2.0
Indices and tables Index Search Page About Weblate Project goals Web based translation with tight git integration supporting wide range of file formats and makes it easy for translators to contribute. development. There is no plan in heavy conflict resolution as these should be primarily handled on git side. Project name The project is named as mixture of words web and translate. Project website profile User profile contains your preferences, name and email. Name and email are being used in Git commits, so keep this information accurate. Languages Choose here which languages you prefer to translate0 码力 | 143 页 | 461.20 KB | 1 年前3The Weblate Manual 1.8
previous | Weblate 1.8 documentation » About Weblate Project goals Web based translation with tight git integration supporting wide range of file formats and makes it easy for translators to contribute. development. There is no plan in heavy conflict resolution as these should be primarily handled on git side. Project name The project is named as mixture of words web and translate. Project website profile User profile contains your preferences, name and email. Name and email are being used in Git commits, so keep this information accurate. Languages Choose here which languages you prefer to translate0 码力 | 119 页 | 667.56 KB | 1 年前3The Weblate Manual 2.16
Net Resource files CSV files YAML files Others Version control integration Accessing repositories Git GitHub Mercurial Subversion Weblate’s Web API REST API Notification hooks Exports RSS feeds Weblate Indices and tables Index Search Page About Weblate Project goals Web based translation with tight git integration supporting wide range of file formats and makes it easy for translators to contribute. development. There is no plan in heavy conflict resolution as these should be primarily handled on git side. Project name The project is named as mixture of words web and translate. Project website0 码力 | 315 页 | 1.36 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100