Pro Git 2nd Edition 2.1.413Summary Git Basics Getting a Git Repository Initializing a Repository in an Existing Directory Cloning an Existing Repository Recording Changes to the Repository Checking the Status of Your Files The HTTP Protocols The SSH Protocol The Git Protocol Getting Git on a Server Putting the Bare Repository on a Server Small Setups Generating Your SSH Public Key Setting Up the Server Git Daemon Smart Pull Requests GitHub Flavored Markdown Keep your GitHub public repository up-to-date Maintaining a Project Creating a New Repository Adding Collaborators Managing Pull Requests Mentions and Notifications0 码力 | 731 页 | 21.49 MB | 1 年前3
Pro Git 2nd Edition 2.1.413 Summary Git Basics Getting a Git Repository Initializing a Repository in an Existing Directory Cloning an Existing Repository Recording Changes to the Repository Checking the Status of Your Files The HTTP Protocols The SSH Protocol The Git Protocol Getting Git on a Server Putting the Bare Repository on a Server Small Setups Generating Your SSH Public Key Setting Up the Server Git Daemon Smart Pull Requests GitHub Flavored Markdown Keep your GitHub public repository up-to-date Maintaining a Project Creating a New Repository Adding Collaborators Managing Pull Requests Mentions and Notifications0 码力 | 691 页 | 13.35 MB | 1 年前3
Pro Git 2nd Edition 2.1.413Getting a Git Repository . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26 Recording Changes to the Repository . . . . of cases you’ll encounter most often. After reading this chapter, you should be able to clone a repository, see what has happened in the history of the project, modify files, and contribute changes. If clients don’t just check out the latest snapshot of the files; rather, they fully mirror the repository, including its full history. Thus, if any server dies, and these systems were collaborating via0 码力 | 501 页 | 17.96 MB | 1 年前3
Krita 5.2 ManualLinux distributions package the latest version of Krita. Sometimes you will have to enable an extra repository. Krita runs fine under most desktop environments such as KDE, Gnome, LXDE, Xfce etc. – even though following line in terminal: apt install krita Arch Arch Linux provides krita package in the Extra repository. You can install Krita by using the following command: pacman -S krita You can also find Krita follow the development of Krita on the foot. If you compile Krita regularly from the development repository, you will be able to play with all the new features that the developers are working on. You can0 码力 | 1502 页 | 79.07 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66基础 如果你只想通过阅读一章来学习 Git,那么本章将是你的不二选择。 本章涵盖了你在使用 Git 完成各种工作时将 会用到的各种基本命令。 在学习完本章之后,你应该能够配置并初始化一个仓库(repository)、开始或停止跟 踪(track)文件、暂存(stage)或提交(commit)更改。 本章也将向你演示了如何配置 Git 来忽略指定的文 件和文件模式、如何迅速而简单地撤销错误操作、如何浏 如果你对架设自己的服务器没兴趣,可以跳到本章最后一节去看看如何申请一个代码托管服务的帐户然后继续下 一章,我们会在那里讨论分布式源码控制环境的林林总总。 一个远程仓库通常只是一个裸仓库(bare repository)——即一个没有当前工作目录的仓库。 因为该仓库仅仅 作为合作媒介,不需要从磁盘检查快照;存放的只有 Git 的资料。 简单的说,裸仓库就是你工程目录内的 .git 子目录内容,不包含其他资料。 选项。 按照惯例,裸 仓库的目录名以 .git 结尾,就像这样: $ git clone --bare my_project my_project.git Cloning into bare repository 'my_project.git'... done. 现在,你的 my_project.git 目录中应该有 Git 目录的副本了。 整体上效果大致相当于 $ cp -Rf my_project/0 码力 | 501 页 | 19.30 MB | 1 年前3
Pro Git 中文版 第2版 2.1.66如果你只想通过阅读一章来学习 Git,那么本章将是你的不二选择。 本章涵盖 了你在使用 Git 完成各种工作时将会用到的各种基本命令。 在学习完本章之 后,你应该能够配置并初始化一个仓库(repository)、开始或停止跟踪 (track)文件、暂存(stage)或提交(commit)更改。 本章也将向你演示 了如何配置 Git 来忽略指定的文件和文件模式、如何迅速而简单地撤销错误操 作 如果你对架设自己的服务器没兴趣,可以跳到本章最后一节去看看如何申请一 个代码托管服务的帐户然后继续下一章,我们会在那里讨论分布式源码控制环 境的林林总总。 一个远程仓库通常只是一个裸仓库(bare repository)——即一个没有当前 工作目录的仓库。 因为该仓库仅仅作为合作媒介,不需要从磁盘检查快照; 存放的只有 Git 的资料。 简单的说,裸仓库就是你工程目录内的 .git 子目录 内容,不包含其他资料。 选项。 按照惯例,裸仓库的目 录名以 .git 结尾,就像这样: $ git clone --bare my_project my_project.git Cloning into bare repository 'my_project.git'... done. 现在,你的 my_project.git 目录中应该有 Git 目录的副本了。 整体上效果大致相当于 $ cp -Rf my_project/0 码力 | 670 页 | 13.59 MB | 1 年前3
Krita 5.2 브로셔Importing of packs and brushes can be done via the Settings ‣ Manage Resources…, where you can import .bundle or .kpp files. 지우기 Erasing is a blending mode in Krita, much like the transparency mode of Paint share a brush preset. The recommended way to share brushes and presets is by using the Resource Bundle system. We have detailed instructions on how to use them on the resource management page. However Python plugins 도커 Dr. MinGW Debugger 필터 HDR Display 이미지 분할 Import Animation 즉시 미리 보기 Krita 4 Preset Bundle Overview 레이어와 마스크 Linux Command Line The List of Supported Tablets 주 메뉴 Maths Input 팝업 팔레트 환경 설정0 码力 | 1531 页 | 79.11 MB | 1 年前3
The Weblate Manual 4.3.1information like instructions for translators, or information about its version control system repository. If the translation format supports it, you can also follow supplied links to respective source updates from Weblate To fetch updated strings from Weblate you can simply fetch the underlying repository (either from filesystem or it can be made available through Git exporter). Prior to this, you might in the user interface (in the Repository maintenance) or from command line using Weblate Client. This can be automated if you grant Weblate push access to your repository and configure Push URL in the0 码力 | 664 页 | 9.34 MB | 1 年前3
The Weblate Manual 4.3information like instructions for translators, or information about its version control system repository. If the translation format supports it, you can also follow supplied links to respective source updates from Weblate To fetch updated strings from Weblate you can simply fetch the underlying repository (either from filesystem or it can be made available through Git exporter). Prior to this, you might in the user interface (in the Repository maintenance) or from command line using Weblate Client. This can be automated if you grant Weblate push access to your repository and configure Push URL in the0 码力 | 662 页 | 9.33 MB | 1 年前3
The Weblate Manual 4.2.1information like instructions for translators, or information about its version control system repository. If the translation format supports it, you can also follow supplied links to respective source updates from Weblate To fetch updated strings from Weblate you can simply fetch the underlying repository (either from filesystem or it can be made available through Git exporter). Prior to this, you might in the user interface (in the Repository maintenance) or from command line using Weblate Client. This can be automated if you grant Weblate push access to your repository and configure Push URL in the0 码力 | 639 页 | 9.32 MB | 1 年前3
共 406 条
- 1
- 2
- 3
- 4
- 5
- 6
- 41













