Pro Git 中文版 第2版 2.1.66. . . 454 Visual Studio 中的 Git . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 459 Visual Studio Code 中的 @branchzero A1. 其它环境中的 Git A1.1 图形界面 @hbrls @IceNature A1.2 Visual Studio 中的 Git @liwenzhuo @devbean @IceNature @Geno1024 A1.3 Visual Studio Code 中的 Git @Asurada @networm A1.4 Eclipse 中的 Git @WispZhan 于合作的 Git 的读者。 如 果你希望让别人处理这些事务,我们也会探讨一些托管选项。 第五章 将阐述多种分布式工作流的细节,以及如何使用 Git 实现它们。 学习完本章,你应该能够在多个远程仓 库之间游刃有余,通过电子邮件使用 Git, 熟练地处理多个远程分支和合作者贡献的补丁。 第六章 介绍 GitHub 托管服务以及深层次的工具。我们将涵盖注册与账户管理, 创建和使用 Git 仓库,贡献项目0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66邮件地址 两步验证 对项目做出贡献 派生项目 GitHub 流程 拉取请求的进阶用法 GitHub 风格的 Markdown 让你的 GitHub 公共仓库保持更新 维护项目 创建新的版本库 添加合作者 管理合并请求 提醒和通知 通知页面 网页通知 邮件通知 特殊文件 README 贡献 CONTRIBUTING 项目管理 管理组织 组织的基本知识 团队 审计日志 总结 自定义 Git 配置 Git 客户端基本配置 Git 中的着色 外部的合并与比较工具 格式化与多余的空白字符 服务器端配置 Git 属性 二进制文件 关键字展开 导出版本库 合并策略 Git 钩子 安装一个钩子 客户端钩子 服务器端钩子 使用强制策略的一个例子 服务器端钩子 客户端钩子 总结 Git 与其他系统 作为客户端的 Git Git 与 Subversion 版本库位置 路径规则 提交 网络 比较和合并 调试 其它 总结 附录 A: 在其它环境中使用 Git 图形界面 gitk 和 git-gui GitHub for macOS and Windows macOS 和 Windows 上的 GitHub 客户端 安装 推荐的工作流程 小结 其它图形界面 Visual Studio 中的 Git Visual Studio0 码力 | 670 页 | 13.59 MB | 1 年前3
Gitea v1.21.1 中文文档目 录 致谢 Gitea是什么? 安装 对比 Gitea 与其它 Git 托管工具 数据库准备 使用二进制文件安装 使用包管理器安装 使用源代码安装 在 Linux 中以 service 方式运行 注册为Windows服务 使用 Docker 安装 (rootless) 使用 Docker 安装 在 Kubernetes 中安装 Gitea 在云服务器中安装 Gitea 插件支持从任意的 Git 网站中下 载。 项目管理:Gitea 通过看板和⼯单来跟踪⼀个项⽬的需求,功能和bug。⼯单⽀持分支,标签、⾥程碑、 指 派、时间跟踪、到期时间、依赖关系等功能。 制品库: Gitea支持超过 20 种不同种类的公有或私有软件包管理,包括:Cargo, Chef, Composer, Conan, Conda, Container, Helm, Maven, npm UI 框架: jQuery Fomantic UI Vue3 更多组件参见 package.json 编辑器: CodeMirror EasyMDE Monaco Editor 数据库驱动: github.com/go-sql-driver/mysql github.com/lib/pq github.com/mattn/go-sqlite3 github.com/denisenkom/go-mssqldb0 码力 | 303 页 | 3.88 MB | 1 年前3
Pro Git 2nd Edition 2.1.413453 Git in Visual Studio . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 458 Git in Visual Studio Code . tools that work with a Git repository. We can demonstrate by aliasing git visual to run gitk: $ git config --global alias.visual '!gitk' Summary At this point, you can do all the basic local Git operations graphical tool to resolve these issues, you can run git mergetool, which fires up an appropriate visual merge tool and walks you through the conflicts: $ git mergetool This message is displayed because0 码力 | 501 页 | 17.96 MB | 1 年前3
Pro Git 2nd Edition 2.1.413Graphical Interfaces gitk and git-gui GitHub for macOS and Windows Other GUIs Git in Visual Studio Git in Visual Studio Code Git in IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine Git in Sublime tools that work with a Git repository. We can demonstrate by aliasing git visual to run gitk: $ git config --global alias.visual '!gitk' Summary At this point, you can do all the basic local Git operations graphical tool to resolve these issues, you can run git mergetool, which fires up an appropriate visual merge tool and walks you through the conflicts: $ git mergetool This message is displayed because0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 Graphical Interfaces gitk and git-gui GitHub for macOS and Windows Other GUIs Git in Visual Studio Git in Visual Studio Code Git in IntelliJ / PyCharm / WebStorm / PhpStorm / RubyMine Git in Sublime tools that work with a Git repository. We can demonstrate by aliasing git visual to run gitk: $ git config --global alias.visual '!gitk' Summary At this point, you can do all the basic local Git operations graphical tool to resolve these issues, you can run git mergetool, which fires up an appropriate visual merge tool and walks you through the conflicts: $ git mergetool This message is displayed because0 码力 | 691 页 | 13.35 MB | 1 年前3
git 操作手册名称生效(只对新创建仓库生 效) # git branch -m main #将当前分支更名为main ★tag操作 tag是git版本库的一个标记命令,指向了某个commit的指针,tag命令主要用于 发布版本管理,当一个版本发布时,打上tag标签。 有了分支(branch)为什么还要引入tag这个概念呢? 因为tag是相对于同一个分 rmtRepo h�ps://gitlab.cof- lee.com/username/RemoteRepoName.git #将本地代码库的当前分支与远程的 代码库相关联,远程库在本地的别名设置为rmtRepo(当前本地分支与远程仓 库的分支名称要保持一致)git用户名及仓库名称要根据实际情况修改,比如: # git remote add rmtRepo h�ps://gitlab #将本地代码库的当前分支(main)推送到远 程的代码库的main分支 # git pull rmtRepo main #从远程代码库下载main分支的最新修改,若未 指定分支名,则默认拉取同本地分支名的分支 # git remote -v #查看当前仓库关联的远程代码库的URL # git remote0 码力 | 35 页 | 1.69 MB | 1 年前3
共 7 条
- 1













