搜书网 本次搜索耗时 0.026 秒,为您找到 732 个相关结果.
  • 管理修改

    管理修改 现在,假定你已经完全掌握了暂存区的概念。下面,我们要讨论的就是,为什么Git比其他版本控制系统设计得优秀,因为Git跟踪并管理的是修改,而非文件。 你会问,什么是修改?比如你新增了一行,这就是一个修改,删除了一行,也是一个修改,更改了某些字符,也是一个修改,删了一些又加了一些,也是一个修改,甚至创建一个新文件,也算一个修改。 为...
  • 第35章 更多版本控制系统的迁移

    26 2024-12-16 《Git权威指南》
    第35章 更多版本控制系统的迁移 35.1 SVN版本库到Git的迁移 第35章 更多版本控制系统的迁移 35.1 SVN版本库到Git的迁移 Subversion版本库到Git版本库的转换,最好的方法就是git-svn。而git-svn的使用方法在前面“第26章 Git和SVN协同模型”一章中已经详细介绍过。本章的内容将不再对git-svn的...
  • 附录 D 使用Git进行版本控制

    附录 D 使用Git进行版本控制 D.1 安装Git D.1.1 在Linux系统中安装Git D.1.2 在OS X系统中安装Git D.1.3 在Windows系统中安装Git D.1.4 配置Git D.2 创建项目 D.3 忽略文件 D.4 初始化仓库 D.5 检查状态 D.6 将文件加入到仓库中 D.7 执...
  • 在本地仓库进行操作

    在本地仓库进行操作 include<stdio.h> include<stdio.h> On branch master Changed but not updated: (use"git add<file>……"to update what will be committed) (use"git checkout—<file>……"to dis...
  • GIT 예제

    git 예제 Contributing Code to PX4 특정 릴리스 가져오기 하위 모듈 업데이트 하위 모듈 업데이트 PR 진행 pull 요청 진입 일반적인 실수 복제한 저장소로 강제로 밀어올리기(push) 동시 병합 문제 재편성 해결 pull 동시 병합 문제 오래된 git 태그로 인한 빌드 오류 !...
  • GIT Examples

    28 2025-02-03 《PX4 开发指南》
    GIT 示例 Contributing Code to PX4 Get a Specific Release Update Submodule Do a PR for a submodule update Checkout pull requests Common pitfalls 强制推送到分叉存储库 重新建立合并冲突 拉取合并冲突 Bui...
  • Git Commit

    Git Commit Signing Commits Git Commit Once you have added/staged your files, the next step is actually to commit the changes. So if you run git status again, you will be able...
  • 41.5.2 评注相关命令

    29 2024-12-16 《Git权威指南》
    41.5.2 评注相关命令 41.5.2 评注相关命令 Git提供了git notes命令对评注进行管理。如果执行git notes list,或者像下面这样不带任何参数进行调用,会显示和上面git ls-tree类似的输出: $git notes 80b1d249069959ce5d83d52ef7bd0507f774c2b0 6652a0d...
  • Git Diff

    Git Diff Git Diff As mentioned in the last chapter, the git status command gives us a great overview of the files that have changed, but it does not show us what the changes a...
  • 11.4.6 二分查找:git bisect

    27 2024-12-16 《Git权威指南》
    11.4.6 二分查找:git bisect bad:[6652a0dce6a5067732c00ef0a220810a7230655e]Add Images for git treeview. good:[e80aa7481beda65ae00e35afc4bc4b171f9b0ebf]commit G. good:[0cd7f2ea245d90d4...