整理文档
parent
02ea38a10a
commit
27dca64b13
58
README.md
58
README.md
|
@ -1,31 +1,49 @@
|
||||||
# Linux 教程
|
# Linux 教程
|
||||||
|
|
||||||
|
## :wrench: [软件安装配置](docs/linux/soft/README.md)
|
||||||
|
|
||||||
|
- [JDK 安装](docs/linux/soft/jdk-install.md)
|
||||||
|
- [Elastic 安装](docs/linux/soft/elastic)
|
||||||
|
- [Gitlab 安装](docs/linux/soft/kafka-install.md)
|
||||||
|
- [Jenkins 安装](docs/linux/soft/jenkins-install.md)
|
||||||
|
- [Kafka 安装](docs/linux/soft/kafka-install.md)
|
||||||
|
- [Maven 安装](docs/linux/soft/maven-install.md)
|
||||||
|
- [Nexus 安装](docs/linux/soft/nexus-install.md)
|
||||||
|
- [Nginx 教程](https://github.com/dunwu/nginx-tutorial)
|
||||||
|
- [Nodejs 安装](docs/linux/soft/nodejs-install.md)
|
||||||
|
- [RocketMQ 安装](docs/linux/soft/rocketmq-install.md)
|
||||||
|
- [Svn 安装](docs/linux/soft/svn-install.md)
|
||||||
|
- [Tomcat 安装](docs/linux/soft/tomcat-install.md)
|
||||||
|
- [Zookeeper 安装](docs/linux/soft/zookeeper-install.md)
|
||||||
|
- [Nacos 安装](docs/linux/soft/nacos-install.md)
|
||||||
|
|
||||||
## :shell: 脚本
|
## :shell: 脚本
|
||||||
|
|
||||||
以下内容均含配套执行脚本,方便日常的 linux 运维。
|
- [软件安装配置脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
|
||||||
|
|
||||||
| 软件 | 说明 |
|
> 提供一键式安装、配置软件脚本
|
||||||
| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
|
|
||||||
| [JDK 安装](docs/linux/soft/jdk.md) | 不解释 |
|
|
||||||
| [Elastic 安装](docs/linux/soft/elastic) | 常被称为 ELK ,是 Java 世界最流行的分布式日志解决方案 。 ELK 是 Elastic 公司旗下三款产品 ElasticSearch 、Logstash 、Kibana 的首字母组合。 |
|
|
||||||
| [Gitlab 安装](docs/linux/soft/kafka.md) | Git 代码管理平台 |
|
|
||||||
| [Jenkins 安装](docs/linux/soft/jenkins.md) | 持续集成和持续交付平台。 |
|
|
||||||
| [Kafka 安装](docs/linux/soft/kafka.md) | 应该是 Java 世界最流行的消息中间件了吧。 |
|
|
||||||
| [Maven 安装](https://github.com/dunwu/java-tutorial/blob/master/docs/javatool/build/maven/maven-install.md) | Java 构建工具 |
|
|
||||||
| [Nexus 安装](https://github.com/dunwu/java-tutorial/blob/master/docs/javatool/build/maven/nexus.md) | Maven 私服 |
|
|
||||||
| [Nginx 教程](https://github.com/dunwu/nginx-tutorial) | 反向代理服务器 |
|
|
||||||
| [Nodejs 安装](docs/linux/soft/nodejs.md) | 不解释 |
|
|
||||||
| [RocketMQ 安装](docs/linux/soft/rocketmq.md) | 阿里巴巴开源的消息中间件。 |
|
|
||||||
| [Svn 安装](docs/linux/soft/svn.md) | Svn 是 Subversion 的简称,是一个开放源代码的版本控制系统,它采用了分支管理系统。 |
|
|
||||||
| [Tomcat 安装](docs/linux/soft/tomcat.md) | Java 应用服务器 |
|
|
||||||
| [Zookeeper 安装](docs/linux/soft/zookeeper.md) | 分布式系统协调软件 |
|
|
||||||
| [Nacos 安装](docs/linux/soft/nacos.md) | 微服务发现、管理 |
|
|
||||||
|
|
||||||
## :memo: 知识点
|
## :memo: 知识点
|
||||||
|
|
||||||
- [Linux 命令教程](docs/linux/cli)
|
- [Linux 命令教程](docs/linux/cli/README.md)
|
||||||
|
- [查看 Linux 命令帮助信息](docs/linux/cli/查看Linux命令帮助信息.md)
|
||||||
|
- [Linux 文件目录管理](docs/linux/cli/Linux文件目录管理.md)
|
||||||
|
- [Linux 文件内容查看命令](docs/linux/cli/Linux文件内容查看编辑.md)
|
||||||
|
- [Linux 文件压缩和解压](docs/linux/cli/Linux文件压缩和解压.md)
|
||||||
|
- [Linux 用户管理](docs/linux/cli/Linux用户管理.md)
|
||||||
|
- [Linux 系统管理](docs/linux/cli/Linux系统管理.md)
|
||||||
|
- [Linux 网络管理](docs/linux/cli/Linux网络管理.md)
|
||||||
|
- [Linux 硬件管理](docs/linux/cli/Linux硬件管理.md)
|
||||||
|
- [Linux 软件管理](docs/linux/cli/Linux硬件管理.md)
|
||||||
|
- [Linux 运维](docs/linux/ops/README.md)
|
||||||
|
- [linux 典型运维应用](docs/linux/ops/linux典型运维应用.md)
|
||||||
|
- [samba 使用详解](docs/linux/ops/samba使用详解.md)
|
||||||
- [Docker 教程](docs/docker)
|
- [Docker 教程](docs/docker)
|
||||||
- [Git 教程](docs/linux/tool/git)
|
- [Git 教程](docs/git/README.md)
|
||||||
|
- [Git 快速指南](docs/git/git-quickstart.md)
|
||||||
|
- [Git 配置](docs/git/git-configuration.md)
|
||||||
|
- [git-flow 工作流](docs/git/git-flow.md)
|
||||||
|
- [Git 常见问题](docs/git/git-faq.md)
|
||||||
- [Vim](docs/linux/tool/vim.md)
|
- [Vim](docs/linux/tool/vim.md)
|
||||||
- 脚本语言
|
- 脚本语言
|
||||||
- [一篇文章让你彻底掌握 shell 语言](docs/lang/shell.md)
|
- [一篇文章让你彻底掌握 shell 语言](docs/lang/shell.md)
|
||||||
|
@ -38,7 +56,7 @@
|
||||||
|
|
||||||
### 命令行检索
|
### 命令行检索
|
||||||
|
|
||||||
- [Linux命令大全](http://man.linuxde.net/)
|
- [Linux 命令大全](http://man.linuxde.net/)
|
||||||
- [linux-command](https://jaywcjlove.gitee.io/linux-command/)
|
- [linux-command](https://jaywcjlove.gitee.io/linux-command/)
|
||||||
|
|
||||||
### 社区网站
|
### 社区网站
|
||||||
|
|
145
docs/README.md
145
docs/README.md
|
@ -1,62 +1,115 @@
|
||||||
# Linux 教程
|
# Linux 教程
|
||||||
|
|
||||||
## [Linux 命令](linux/cli)
|
## [软件安装配置](linux/soft/README.md)
|
||||||
|
|
||||||
> 根据应用场景,将常见 Linux 命令分门别类的一一介绍。
|
- [JDK 安装](linux/soft/jdk-install.md)
|
||||||
>
|
- [Elastic 安装](linux/soft/elastic)
|
||||||
> 如果想快速学习,推荐参考这篇文章:[命令行的艺术(转载)](linux/cli/命令行的艺术.md)
|
- [Gitlab 安装](linux/soft/kafka-install.md)
|
||||||
|
- [Jenkins 安装](linux/soft/jenkins-install.md)
|
||||||
|
- [Kafka 安装](linux/soft/kafka-install.md)
|
||||||
|
- [Maven 安装](linux/soft/maven-install.md)
|
||||||
|
- [Nexus 安装](linux/soft/nexus-install.md)
|
||||||
|
- [Nodejs 安装](linux/soft/nodejs-install.md)
|
||||||
|
- [RocketMQ 安装](linux/soft/rocketmq-install.md)
|
||||||
|
- [Svn 安装](linux/soft/svn-install.md)
|
||||||
|
- [Tomcat 安装](linux/soft/tomcat-install.md)
|
||||||
|
- [Zookeeper 安装](linux/soft/zookeeper-install.md)
|
||||||
|
- [Nacos 安装](linux/soft/nacos-install.md)
|
||||||
|
|
||||||
1. [查看 Linux 命令帮助信息](linux/cli/01.查看Linux命令帮助信息.md) - 关键词:`help`, `whatis`, `info`, `which`, `whereis`, `man`
|
## 脚本
|
||||||
2. [Linux 文件目录管理](linux/cli/02.Linux文件目录管理.md) - 关键词:`cd`, `ls`, `pwd`, `mkdir`, `rmdir`, `tree`, `touch`, `ln`, `rename`, `stat`, `file`, `chmod`, `chown`, `locate`, `find`, `cp`, `mv`, `rm`
|
|
||||||
3. [Linux 文件内容查看命令](linux/cli/03.Linux文件内容查看编辑.md) - 关键词:`cat`, `head`, `tail`, `more`, `less`, `sed`, `vi`, `grep`
|
|
||||||
4. [Linux 文件压缩和解压](linux/cli/04.Linux文件压缩和解压.md) - 关键词:`tar`, `gzip`, `zip`, `unzip`
|
|
||||||
5. [Linux 用户管理](linux/cli/05.Linux用户管理.md) - 关键词:`groupadd`, `groupdel`, `groupmod`, `useradd`, `userdel`, `usermod`, `passwd`, `su`, `sudo`
|
|
||||||
6. [Linux 系统管理](linux/cli/06.Linux系统管理.md) - 关键词:`reboot`, `exit`, `shutdown`, `date`, `mount`, `umount`, `ps`, `kill`, `systemctl`, `service`, `crontab`
|
|
||||||
7. [Linux 网络管理](linux/cli/07.Linux网络管理.md) - 关键词:关键词:`curl`, `wget`, `telnet`, `ip`, `hostname`, `ifconfig`, `route`, `ssh`, `ssh-keygen`, `firewalld`, `iptables`, `host`, `nslookup`, `nc`/`netcat`, `ping`, `traceroute`, `netstat`
|
|
||||||
8. [Linux 硬件管理](linux/cli/08.Linux硬件管理.md) - 关键词:`df`, `du`, `top`, `free`, `iotop`
|
|
||||||
9. [Linux 软件管理](linux/cli/09.Linux软件管理.md) - 关键词:`rpm`, `yum`, `apt-get`
|
|
||||||
|
|
||||||
## [Linux 工具](linux/tool)
|
- [软件安装配置脚本集合](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)
|
||||||
|
|
||||||
- [Git](linux/tool/git)
|
> 提供一键式安装、配置软件脚本
|
||||||
|
|
||||||
|
## 知识点
|
||||||
|
|
||||||
|
- [Linux 命令教程](linux/cli)
|
||||||
|
- [查看 Linux 命令帮助信息](linux/cli/查看Linux命令帮助信息.md)
|
||||||
|
- [Linux 文件目录管理](linux/cli/Linux文件目录管理.md)
|
||||||
|
- [Linux 文件内容查看命令](linux/cli/Linux文件内容查看编辑.md)
|
||||||
|
- [Linux 文件压缩和解压](linux/cli/Linux文件压缩和解压.md)
|
||||||
|
- [Linux 用户管理](linux/cli/Linux用户管理.md)
|
||||||
|
- [Linux 系统管理](linux/cli/Linux系统管理.md)
|
||||||
|
- [Linux 网络管理](linux/cli/Linux网络管理.md)
|
||||||
|
- [Linux 硬件管理](linux/cli/Linux硬件管理.md)
|
||||||
|
- [Linux 软件管理](linux/cli/Linux硬件管理.md)
|
||||||
|
- [Linux 运维](linux/ops/README.md)
|
||||||
|
- [linux 典型运维应用](linux/ops/linux典型运维应用.md)
|
||||||
|
- [samba 使用详解](linux/ops/samba使用详解.md)
|
||||||
|
- [Docker 教程](docker)
|
||||||
|
- [Git 教程](git/README.md)
|
||||||
|
- [Git 快速指南](git/git-quickstart.md)
|
||||||
|
- [Git 配置](git/git-configuration.md)
|
||||||
|
- [git-flow 工作流](git/git-flow.md)
|
||||||
|
- [Git 常见问题](git/git-faq.md)
|
||||||
|
- [Nginx 教程](https://github.com/dunwu/nginx-tutorial)
|
||||||
- [Vim](linux/tool/vim.md)
|
- [Vim](linux/tool/vim.md)
|
||||||
|
- 脚本语言
|
||||||
|
- [一篇文章让你彻底掌握 shell 语言](lang/shell.md)
|
||||||
|
- [一篇文章让你彻底掌握 python 语言](lang/python.md)
|
||||||
|
- 运维
|
||||||
|
- [Linux 典型运维应用](linux/ops/linux典型运维应用.md)
|
||||||
|
- [samba 使用详解](linux/ops/samba使用详解.md)
|
||||||
|
|
||||||
## [Linux 脚本](lang)
|
## 学习资源
|
||||||
|
|
||||||
- [一篇文章让你彻底掌握 shell 语言](lang/shell.md)
|
### 命令行检索
|
||||||
- [一篇文章让你彻底掌握 python 语言](lang/python.md)
|
|
||||||
|
|
||||||
## [Linux 运维](linux/ops)
|
- [Linux 命令大全](http://man.linuxde.net/)
|
||||||
|
- [linux-command](https://jaywcjlove.gitee.io/linux-command/)
|
||||||
|
|
||||||
### Linux 服务器运维
|
### 社区网站
|
||||||
|
|
||||||
- [Linux 典型运维应用](linux/ops/linux典型运维应用.md)
|
- [Linux 中国](https://linux.cn/) - 各种资讯、文章、技术
|
||||||
- [samba 使用详解](linux/ops/samba使用详解.md)
|
- [实验楼](https://www.shiyanlou.com/) - 免费提供了 Linux 在线环境,不用在自己机子上装系统也可以学习 Linux,超方便实用。
|
||||||
|
- [鸟哥的 linux 私房菜](http://linux.vbird.org/) - 非常适合 Linux 入门初学者看的教程。
|
||||||
|
- [Linux 公社](http://www.linuxidc.com/) - Linux 相关的新闻、教程、主题、壁纸都有。
|
||||||
|
- [Linux Today](http://www.linuxde.net) - Linux 新闻资讯发布,Linux 职业技术学习!。
|
||||||
|
|
||||||
### 软件安装、配置、调优
|
### 知识相关
|
||||||
|
|
||||||
> :bulb: **说明**
|
- [Linux 思维导图整理](http://www.jianshu.com/p/59f759207862)
|
||||||
>
|
- [Linux 初学者进阶学习资源整理](http://www.jianshu.com/p/fe2a790b41eb)
|
||||||
> 这里总结了一些常用开发软件的安装、配置、使用指南。
|
- [Linux 基础入门(新版)](https://www.shiyanlou.com/courses/1)
|
||||||
>
|
- [【译】Linux 概念架构的理解](http://www.jianshu.com/p/c5ae8f061cfe) [En](http://oss.org.cn/ossdocs/linux/kernel/a1/index.html)
|
||||||
> 此外,提供了一键安装、配置脚本,:point_right: [**软件安装配置脚本**](https://github.com/dunwu/linux-tutorial/tree/master/codes/linux/soft)。
|
- [Linux 守护进程的启动方法](http://www.ruanyifeng.com/blog/2016/02/linux-daemon.html)
|
||||||
>
|
- [Linux 编程之内存映射](https://www.shiyanlou.com/questions/2992)
|
||||||
> [环境部署工具](https://github.com/dunwu/linux-tutorial/tree/master/codes/deploy) :适合开发、运维人员,在 [CentOS](https://www.centos.org/) 机器上安装常用命令工具或开发软件。
|
- [Linux 知识点小结](https://blog.huachao.me/2016/1/Linux%E7%9F%A5%E8%AF%86%E7%82%B9%E5%B0%8F%E7%BB%93/)
|
||||||
|
- [10 大白帽黑客专用的 Linux 操作系统](https://linux.cn/article-6971-1.html)
|
||||||
|
|
||||||
| 软件 | 说明 |
|
### 软件工具
|
||||||
| ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
|
|
||||||
| [JDK 安装](linux/soft/jdk.md) | 不解释 |
|
|
||||||
| [Elastic 安装](linux/soft/elastic) | 常被称为 ELK ,是 Java 世界最流行的分布式日志解决方案 。 ELK 是 Elastic 公司旗下三款产品 ElasticSearch 、Logstash 、Kibana 的首字母组合。 |
|
|
||||||
| [Gitlab 安装](linux/soft/kafka.md) | Git 代码管理平台 |
|
|
||||||
| [Jenkins 安装](linux/soft/jenkins.md) | 持续集成和持续交付平台。 |
|
|
||||||
| [Kafka 安装](linux/soft/kafka.md) | 应该是 Java 世界最流行的消息中间件了吧。 |
|
|
||||||
| [Maven 安装](https://github.com/dunwu/java-tutorial/blob/master/docs/javatool/build/maven/maven-install.md) | Java 构建工具 |
|
|
||||||
| [Nexus 安装](https://github.com/dunwu/java-tutorial/blob/master/docs/javatool/build/maven/nexus.md) | Maven 私服 |
|
|
||||||
| [Nginx 教程](https://github.com/dunwu/nginx-tutorial) | 反向代理服务器 |
|
|
||||||
| [Nodejs 安装](linux/soft/nodejs.md) | 不解释 |
|
|
||||||
| [RocketMQ 安装](linux/soft/rocketmq.md) | 阿里巴巴开源的消息中间件。 |
|
|
||||||
| [Svn 安装](linux/soft/svn.md) | Svn 是 Subversion 的简称,是一个开放源代码的版本控制系统,它采用了分支管理系统。 |
|
|
||||||
| [Tomcat 安装](linux/soft/tomcat.md) | Java 应用服务器 |
|
|
||||||
| [Zookeeper 安装](linux/soft/zookeeper.md) | 分布式系统协调软件 |
|
|
||||||
|
|
||||||
## [Docker](docker)
|
- [超赞的 Linux 软件](https://www.gitbook.com/book/alim0x/awesome-linux-software-zh_cn/details) Github 仓库[Zh](https://github.com/alim0x/Awesome-Linux-Software-zh_CN) [En](https://github.com/VoLuong/Awesome-Linux-Software)
|
||||||
|
- [程序员喜欢的 9 款最佳的 Linux 文件比较工具](http://os.51cto.com/art/201607/513796.htm)
|
||||||
|
- [提高 Linux 开发效率的 5 个工具](http://www.codeceo.com/article/5-linux-productivity-tools.html)
|
||||||
|
- [你要了解的 11 款面向 Linux 系统的一流备份实用工具](http://os.51cto.com/art/201603/508027.htm)
|
||||||
|
- [16 个很有用的在线工具](http://www.simlinux.com/archives/264.html)
|
||||||
|
- Adobe 软件的最佳替代品 [原文在这里](https://linux.cn/article-8928-1.html)
|
||||||
|
- [Evince (Adobe Acrobat Reader)](https://wiki.gnome.org/Apps/Evince) 一个“支持多种文档格式的文档查看器”,可以查看 PDF,还支持各种漫画书格式
|
||||||
|
- [Pixlr (Adobe Photoshop)](https://pixlr.com/) 一个强大的图像编辑工具
|
||||||
|
- [Inkscape (Adobe Illustrator)](https://inkscape.org/zh/) 一个专业的矢量图形编辑器
|
||||||
|
- [Pinegrow Web Editor (Adobe Dreamweaver)](https://pinegrow.com/) 一个可视化编辑制作 HTML 网站
|
||||||
|
- [Scribus (Adobe InDesign)](https://www.scribus.net/) 一个开源电子杂志制作软件
|
||||||
|
- [Webflow (Adobe Muse)](https://webflow.com/) 一款可以帮助用户不用编码就可以快速创建网站的谷歌浏览器插件。
|
||||||
|
- [Tupi (Adobe Animate)](http://www.maefloresta.com/portal/) 一款可以创建 HTML5 动画的工具。
|
||||||
|
- [Black Magic Fusion (Adobe After Effects)](https://www.blackmagicdesign.com) 一款先进的合成软件,广泛应用于视觉特效、广电影视设计以及 3D 动画设计等领域。
|
||||||
|
|
||||||
|
### 中国开源镜像站点
|
||||||
|
|
||||||
|
- 阿里云开源镜像站:http://mirrors.aliyun.com/
|
||||||
|
- 网易开源镜像站:http://mirrors.163.com/
|
||||||
|
- 搜狐开源镜像站:http://mirrors.sohu.com/
|
||||||
|
- 北京交通大学:http://mirror.bjtu.edu.cn/ \<教育网荐\>
|
||||||
|
- 兰州大学:http://mirror.lzu.edu.cn/ \<西北高校 FTP 搜索引擎\>
|
||||||
|
- 厦门大学:http://mirrors.xmu.edu.cn/
|
||||||
|
- 上海交通大学:http://ftp.sjtu.edu.cn/
|
||||||
|
- 清华大学:http://mirrors.tuna.tsinghua.edu.cn/
|
||||||
|
- http://mirrors6.tuna.tsinghua.edu.cn/
|
||||||
|
- http://mirrors4.tuna.tsinghua.edu.cn/
|
||||||
|
- 中国科学技术大学:http://mirrors.ustc.edu.cn/
|
||||||
|
- http://ipv4.ustc.edu.cn/ \<教育网、电信\>
|
||||||
|
- http://ipv6.ustc.edu.cn/ \<IPv6 only\>
|
||||||
|
- 东北大学:http://mirror.neu.edu.cn/
|
||||||
|
- 浙江大学:http://mirrors.zju.edu.cn/
|
||||||
|
- 东软信息学院:http://mirrors.neusoft.edu.cn/
|
||||||
|
|
|
@ -0,0 +1,58 @@
|
||||||
|
# Git 教程
|
||||||
|
|
||||||
|
## :memos: 知识点
|
||||||
|
|
||||||
|
- [Git 快速指南](git-quickstart.md)
|
||||||
|
- [Git 配置](git-configuration.md)
|
||||||
|
- [git-flow 工作流](git-flow.md)
|
||||||
|
- [Git 常见问题](git-faq.md)
|
||||||
|
|
||||||
|
## :books: 学习资源
|
||||||
|
|
||||||
|
### 官方资源
|
||||||
|
|
||||||
|
- [Git 官网](https://git-scm.com/)
|
||||||
|
- [Git Github](https://github.com/git/git)
|
||||||
|
|
||||||
|
### 模板
|
||||||
|
|
||||||
|
- [gitignore 模板](https://github.com/github/gitignore) - .gitignore 文件模板
|
||||||
|
- [gitattributes 模板](https://github.com/alexkaratarakis/gitattributes) - .gitattributes 文件模板
|
||||||
|
- [github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet) - git 命令简略图表
|
||||||
|
|
||||||
|
### Git 书
|
||||||
|
|
||||||
|
- [Git 官方推荐教程](https://git-scm.com/book/zh/v2) - Scott Chacon 的 Git 书。
|
||||||
|
|
||||||
|
### Git 教程
|
||||||
|
|
||||||
|
- [Git 中文教程](https://github.com/geeeeeeeeek/git-recipes)
|
||||||
|
- [廖雪峰的 Git 教程](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000)
|
||||||
|
- [有关 git 的学习资源](https://github.com/xirong/my-git)
|
||||||
|
|
||||||
|
### 文章
|
||||||
|
|
||||||
|
- [Git Cookbook](https://github.com/k88hudson/git-flight-rules/blob/master/README_zh-CN.md)
|
||||||
|
- [Git 奇技淫巧](https://github.com/521xueweihan/git-tips)
|
||||||
|
- [Git 风格指南](https://github.com/aseaday/git-style-guide)
|
||||||
|
|
||||||
|
### Git 工具
|
||||||
|
|
||||||
|
- [guis](https://git-scm.com/downloads/guis) - Git 官网展示的客户端工具列表。
|
||||||
|
- [gogs](https://github.com/gogits/gogs) - 极易搭建的自助 Git 服务。
|
||||||
|
- [gitflow](https://github.com/nvie/gitflow) - 应用 [fit-flow](http://nvie.com/posts/a-successful-git-branching-model/) 模型的工具。
|
||||||
|
- [firstaidgit.io](http://firstaidgit.io/) 一个可搜索的最常被问到的 Git 的问题
|
||||||
|
- [git-extra-commands](https://github.com/unixorn/git-extra-commands) - 一堆有用的额外的 Git 脚本
|
||||||
|
- [git-extras](https://github.com/tj/git-extras) - GIT 工具集 -- repo summary, repl, changelog population, author commit percentages and more
|
||||||
|
- [git-fire](https://github.com/qw3rtman/git-fire) - git-fire 是一个 Git 插件,用于帮助在紧急情况下添加所有当前文件, 做提交(committing), 和推(push)到一个新分支(阻止合并冲突)。
|
||||||
|
- [git-tips](https://github.com/git-tips/tips) - Git 小提示
|
||||||
|
- [git-town](https://github.com/Originate/git-town) - 通用,高级 Git 工作流支持! http://www.git-town.com
|
||||||
|
|
||||||
|
### GUI 客户端(GUI Clients)
|
||||||
|
|
||||||
|
- [GitKraken](https://www.gitkraken.com/) - 豪华的 Git 客户端 Windows, Mac & Linux
|
||||||
|
- [git-cola](https://git-cola.github.io/) - 另外一个 Git 客户端 Windows & OS X
|
||||||
|
- [GitUp](https://github.com/git-up/GitUp) - 一个新的 Git 客户端,在处理 Git 的复杂性上有自己的特点
|
||||||
|
- [gitx-dev](https://rowanj.github.io/gitx/) - 图形化的 Git 客户端 OS X
|
||||||
|
- [Source Tree](https://www.sourcetreeapp.com/) - 免费的图形化 Git 客户端 Windows & OS X
|
||||||
|
- [Tower](http://www.git-tower.com/) - 图形化 Git 客户端 OS X(付费)
|
|
@ -1,59 +1,59 @@
|
||||||
<!-- TOC -->
|
<!-- TOC -->
|
||||||
|
|
||||||
- [Git 常见问题](#git-%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)
|
- [Git 常见问题](#git-%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)
|
||||||
- [编辑提交(editting commits)](#%E7%BC%96%E8%BE%91%E6%8F%90%E4%BA%A4editting-commits)
|
- [编辑提交(editting commits)](#%E7%BC%96%E8%BE%91%E6%8F%90%E4%BA%A4editting-commits)
|
||||||
- [我刚才提交了什么](#%E6%88%91%E5%88%9A%E6%89%8D%E6%8F%90%E4%BA%A4%E4%BA%86%E4%BB%80%E4%B9%88)
|
- [我刚才提交了什么](#%E6%88%91%E5%88%9A%E6%89%8D%E6%8F%90%E4%BA%A4%E4%BA%86%E4%BB%80%E4%B9%88)
|
||||||
- [我的提交信息(commit message)写错了](#%E6%88%91%E7%9A%84%E6%8F%90%E4%BA%A4%E4%BF%A1%E6%81%AFcommit-message%E5%86%99%E9%94%99%E4%BA%86)
|
- [我的提交信息(commit message)写错了](#%E6%88%91%E7%9A%84%E6%8F%90%E4%BA%A4%E4%BF%A1%E6%81%AFcommit-message%E5%86%99%E9%94%99%E4%BA%86)
|
||||||
- [我提交(commit)里的用户名和邮箱不对](#%E6%88%91%E6%8F%90%E4%BA%A4commit%E9%87%8C%E7%9A%84%E7%94%A8%E6%88%B7%E5%90%8D%E5%92%8C%E9%82%AE%E7%AE%B1%E4%B8%8D%E5%AF%B9)
|
- [我提交(commit)里的用户名和邮箱不对](#%E6%88%91%E6%8F%90%E4%BA%A4commit%E9%87%8C%E7%9A%84%E7%94%A8%E6%88%B7%E5%90%8D%E5%92%8C%E9%82%AE%E7%AE%B1%E4%B8%8D%E5%AF%B9)
|
||||||
- [我想从一个提交(commit)里移除一个文件](#%E6%88%91%E6%83%B3%E4%BB%8E%E4%B8%80%E4%B8%AA%E6%8F%90%E4%BA%A4commit%E9%87%8C%E7%A7%BB%E9%99%A4%E4%B8%80%E4%B8%AA%E6%96%87%E4%BB%B6)
|
- [我想从一个提交(commit)里移除一个文件](#%E6%88%91%E6%83%B3%E4%BB%8E%E4%B8%80%E4%B8%AA%E6%8F%90%E4%BA%A4commit%E9%87%8C%E7%A7%BB%E9%99%A4%E4%B8%80%E4%B8%AA%E6%96%87%E4%BB%B6)
|
||||||
- [我想删除我的的最后一次提交(commit)](#%E6%88%91%E6%83%B3%E5%88%A0%E9%99%A4%E6%88%91%E7%9A%84%E7%9A%84%E6%9C%80%E5%90%8E%E4%B8%80%E6%AC%A1%E6%8F%90%E4%BA%A4commit)
|
- [我想删除我的的最后一次提交(commit)](#%E6%88%91%E6%83%B3%E5%88%A0%E9%99%A4%E6%88%91%E7%9A%84%E7%9A%84%E6%9C%80%E5%90%8E%E4%B8%80%E6%AC%A1%E6%8F%90%E4%BA%A4commit)
|
||||||
- [删除任意提交(commit)](#%E5%88%A0%E9%99%A4%E4%BB%BB%E6%84%8F%E6%8F%90%E4%BA%A4commit)
|
- [删除任意提交(commit)](#%E5%88%A0%E9%99%A4%E4%BB%BB%E6%84%8F%E6%8F%90%E4%BA%A4commit)
|
||||||
- [我尝试推一个修正后的提交(amended commit)到远程,但是报错:](#%E6%88%91%E5%B0%9D%E8%AF%95%E6%8E%A8%E4%B8%80%E4%B8%AA%E4%BF%AE%E6%AD%A3%E5%90%8E%E7%9A%84%E6%8F%90%E4%BA%A4amended-commit%E5%88%B0%E8%BF%9C%E7%A8%8B%EF%BC%8C%E4%BD%86%E6%98%AF%E6%8A%A5%E9%94%99%EF%BC%9A)
|
- [我尝试推一个修正后的提交(amended commit)到远程,但是报错:](#%E6%88%91%E5%B0%9D%E8%AF%95%E6%8E%A8%E4%B8%80%E4%B8%AA%E4%BF%AE%E6%AD%A3%E5%90%8E%E7%9A%84%E6%8F%90%E4%BA%A4amended-commit%E5%88%B0%E8%BF%9C%E7%A8%8B%EF%BC%8C%E4%BD%86%E6%98%AF%E6%8A%A5%E9%94%99%EF%BC%9A)
|
||||||
- [我意外的做了一次硬重置(hard reset),我想找回我的内容](#%E6%88%91%E6%84%8F%E5%A4%96%E7%9A%84%E5%81%9A%E4%BA%86%E4%B8%80%E6%AC%A1%E7%A1%AC%E9%87%8D%E7%BD%AEhard-reset%EF%BC%8C%E6%88%91%E6%83%B3%E6%89%BE%E5%9B%9E%E6%88%91%E7%9A%84%E5%86%85%E5%AE%B9)
|
- [我意外的做了一次硬重置(hard reset),我想找回我的内容](#%E6%88%91%E6%84%8F%E5%A4%96%E7%9A%84%E5%81%9A%E4%BA%86%E4%B8%80%E6%AC%A1%E7%A1%AC%E9%87%8D%E7%BD%AEhard-reset%EF%BC%8C%E6%88%91%E6%83%B3%E6%89%BE%E5%9B%9E%E6%88%91%E7%9A%84%E5%86%85%E5%AE%B9)
|
||||||
- [暂存(Staging)](#%E6%9A%82%E5%AD%98staging)
|
- [暂存(Staging)](#%E6%9A%82%E5%AD%98staging)
|
||||||
- [我需要把暂存的内容添加到上一次的提交(commit)](#%E6%88%91%E9%9C%80%E8%A6%81%E6%8A%8A%E6%9A%82%E5%AD%98%E7%9A%84%E5%86%85%E5%AE%B9%E6%B7%BB%E5%8A%A0%E5%88%B0%E4%B8%8A%E4%B8%80%E6%AC%A1%E7%9A%84%E6%8F%90%E4%BA%A4commit)
|
- [我需要把暂存的内容添加到上一次的提交(commit)](#%E6%88%91%E9%9C%80%E8%A6%81%E6%8A%8A%E6%9A%82%E5%AD%98%E7%9A%84%E5%86%85%E5%AE%B9%E6%B7%BB%E5%8A%A0%E5%88%B0%E4%B8%8A%E4%B8%80%E6%AC%A1%E7%9A%84%E6%8F%90%E4%BA%A4commit)
|
||||||
- [我想要暂存一个新文件的一部分,而不是这个文件的全部](#%E6%88%91%E6%83%B3%E8%A6%81%E6%9A%82%E5%AD%98%E4%B8%80%E4%B8%AA%E6%96%B0%E6%96%87%E4%BB%B6%E7%9A%84%E4%B8%80%E9%83%A8%E5%88%86%EF%BC%8C%E8%80%8C%E4%B8%8D%E6%98%AF%E8%BF%99%E4%B8%AA%E6%96%87%E4%BB%B6%E7%9A%84%E5%85%A8%E9%83%A8)
|
- [我想要暂存一个新文件的一部分,而不是这个文件的全部](#%E6%88%91%E6%83%B3%E8%A6%81%E6%9A%82%E5%AD%98%E4%B8%80%E4%B8%AA%E6%96%B0%E6%96%87%E4%BB%B6%E7%9A%84%E4%B8%80%E9%83%A8%E5%88%86%EF%BC%8C%E8%80%8C%E4%B8%8D%E6%98%AF%E8%BF%99%E4%B8%AA%E6%96%87%E4%BB%B6%E7%9A%84%E5%85%A8%E9%83%A8)
|
||||||
- [我想把在一个文件里的变化(changes)加到两个提交(commit)里](#%E6%88%91%E6%83%B3%E6%8A%8A%E5%9C%A8%E4%B8%80%E4%B8%AA%E6%96%87%E4%BB%B6%E9%87%8C%E7%9A%84%E5%8F%98%E5%8C%96changes%E5%8A%A0%E5%88%B0%E4%B8%A4%E4%B8%AA%E6%8F%90%E4%BA%A4commit%E9%87%8C)
|
- [我想把在一个文件里的变化(changes)加到两个提交(commit)里](#%E6%88%91%E6%83%B3%E6%8A%8A%E5%9C%A8%E4%B8%80%E4%B8%AA%E6%96%87%E4%BB%B6%E9%87%8C%E7%9A%84%E5%8F%98%E5%8C%96changes%E5%8A%A0%E5%88%B0%E4%B8%A4%E4%B8%AA%E6%8F%90%E4%BA%A4commit%E9%87%8C)
|
||||||
- [我想把暂存的内容变成未暂存,把未暂存的内容暂存起来](#%E6%88%91%E6%83%B3%E6%8A%8A%E6%9A%82%E5%AD%98%E7%9A%84%E5%86%85%E5%AE%B9%E5%8F%98%E6%88%90%E6%9C%AA%E6%9A%82%E5%AD%98%EF%BC%8C%E6%8A%8A%E6%9C%AA%E6%9A%82%E5%AD%98%E7%9A%84%E5%86%85%E5%AE%B9%E6%9A%82%E5%AD%98%E8%B5%B7%E6%9D%A5)
|
- [我想把暂存的内容变成未暂存,把未暂存的内容暂存起来](#%E6%88%91%E6%83%B3%E6%8A%8A%E6%9A%82%E5%AD%98%E7%9A%84%E5%86%85%E5%AE%B9%E5%8F%98%E6%88%90%E6%9C%AA%E6%9A%82%E5%AD%98%EF%BC%8C%E6%8A%8A%E6%9C%AA%E6%9A%82%E5%AD%98%E7%9A%84%E5%86%85%E5%AE%B9%E6%9A%82%E5%AD%98%E8%B5%B7%E6%9D%A5)
|
||||||
- [未暂存(Unstaged)的内容](#%E6%9C%AA%E6%9A%82%E5%AD%98unstaged%E7%9A%84%E5%86%85%E5%AE%B9)
|
- [未暂存(Unstaged)的内容](#%E6%9C%AA%E6%9A%82%E5%AD%98unstaged%E7%9A%84%E5%86%85%E5%AE%B9)
|
||||||
- [我想把未暂存的内容移动到一个新分支](#%E6%88%91%E6%83%B3%E6%8A%8A%E6%9C%AA%E6%9A%82%E5%AD%98%E7%9A%84%E5%86%85%E5%AE%B9%E7%A7%BB%E5%8A%A8%E5%88%B0%E4%B8%80%E4%B8%AA%E6%96%B0%E5%88%86%E6%94%AF)
|
- [我想把未暂存的内容移动到一个新分支](#%E6%88%91%E6%83%B3%E6%8A%8A%E6%9C%AA%E6%9A%82%E5%AD%98%E7%9A%84%E5%86%85%E5%AE%B9%E7%A7%BB%E5%8A%A8%E5%88%B0%E4%B8%80%E4%B8%AA%E6%96%B0%E5%88%86%E6%94%AF)
|
||||||
- [我想把未暂存的内容移动到另一个已存在的分支](#%E6%88%91%E6%83%B3%E6%8A%8A%E6%9C%AA%E6%9A%82%E5%AD%98%E7%9A%84%E5%86%85%E5%AE%B9%E7%A7%BB%E5%8A%A8%E5%88%B0%E5%8F%A6%E4%B8%80%E4%B8%AA%E5%B7%B2%E5%AD%98%E5%9C%A8%E7%9A%84%E5%88%86%E6%94%AF)
|
- [我想把未暂存的内容移动到另一个已存在的分支](#%E6%88%91%E6%83%B3%E6%8A%8A%E6%9C%AA%E6%9A%82%E5%AD%98%E7%9A%84%E5%86%85%E5%AE%B9%E7%A7%BB%E5%8A%A8%E5%88%B0%E5%8F%A6%E4%B8%80%E4%B8%AA%E5%B7%B2%E5%AD%98%E5%9C%A8%E7%9A%84%E5%88%86%E6%94%AF)
|
||||||
- [我想丢弃本地未提交的变化(uncommitted changes)](#%E6%88%91%E6%83%B3%E4%B8%A2%E5%BC%83%E6%9C%AC%E5%9C%B0%E6%9C%AA%E6%8F%90%E4%BA%A4%E7%9A%84%E5%8F%98%E5%8C%96uncommitted-changes)
|
- [我想丢弃本地未提交的变化(uncommitted changes)](#%E6%88%91%E6%83%B3%E4%B8%A2%E5%BC%83%E6%9C%AC%E5%9C%B0%E6%9C%AA%E6%8F%90%E4%BA%A4%E7%9A%84%E5%8F%98%E5%8C%96uncommitted-changes)
|
||||||
- [我想丢弃某些未暂存的内容](#%E6%88%91%E6%83%B3%E4%B8%A2%E5%BC%83%E6%9F%90%E4%BA%9B%E6%9C%AA%E6%9A%82%E5%AD%98%E7%9A%84%E5%86%85%E5%AE%B9)
|
- [我想丢弃某些未暂存的内容](#%E6%88%91%E6%83%B3%E4%B8%A2%E5%BC%83%E6%9F%90%E4%BA%9B%E6%9C%AA%E6%9A%82%E5%AD%98%E7%9A%84%E5%86%85%E5%AE%B9)
|
||||||
- [分支(Branches)](#%E5%88%86%E6%94%AFbranches)
|
- [分支(Branches)](#%E5%88%86%E6%94%AFbranches)
|
||||||
- [我从错误的分支拉取了内容,或把内容拉取到了错误的分支](#%E6%88%91%E4%BB%8E%E9%94%99%E8%AF%AF%E7%9A%84%E5%88%86%E6%94%AF%E6%8B%89%E5%8F%96%E4%BA%86%E5%86%85%E5%AE%B9%EF%BC%8C%E6%88%96%E6%8A%8A%E5%86%85%E5%AE%B9%E6%8B%89%E5%8F%96%E5%88%B0%E4%BA%86%E9%94%99%E8%AF%AF%E7%9A%84%E5%88%86%E6%94%AF)
|
- [我从错误的分支拉取了内容,或把内容拉取到了错误的分支](#%E6%88%91%E4%BB%8E%E9%94%99%E8%AF%AF%E7%9A%84%E5%88%86%E6%94%AF%E6%8B%89%E5%8F%96%E4%BA%86%E5%86%85%E5%AE%B9%EF%BC%8C%E6%88%96%E6%8A%8A%E5%86%85%E5%AE%B9%E6%8B%89%E5%8F%96%E5%88%B0%E4%BA%86%E9%94%99%E8%AF%AF%E7%9A%84%E5%88%86%E6%94%AF)
|
||||||
- [我想扔掉本地的提交(commit),以便我的分支与远程的保持一致](#%E6%88%91%E6%83%B3%E6%89%94%E6%8E%89%E6%9C%AC%E5%9C%B0%E7%9A%84%E6%8F%90%E4%BA%A4commit%EF%BC%8C%E4%BB%A5%E4%BE%BF%E6%88%91%E7%9A%84%E5%88%86%E6%94%AF%E4%B8%8E%E8%BF%9C%E7%A8%8B%E7%9A%84%E4%BF%9D%E6%8C%81%E4%B8%80%E8%87%B4)
|
- [我想扔掉本地的提交(commit),以便我的分支与远程的保持一致](#%E6%88%91%E6%83%B3%E6%89%94%E6%8E%89%E6%9C%AC%E5%9C%B0%E7%9A%84%E6%8F%90%E4%BA%A4commit%EF%BC%8C%E4%BB%A5%E4%BE%BF%E6%88%91%E7%9A%84%E5%88%86%E6%94%AF%E4%B8%8E%E8%BF%9C%E7%A8%8B%E7%9A%84%E4%BF%9D%E6%8C%81%E4%B8%80%E8%87%B4)
|
||||||
- [我需要提交到一个新分支,但错误的提交到了master](#%E6%88%91%E9%9C%80%E8%A6%81%E6%8F%90%E4%BA%A4%E5%88%B0%E4%B8%80%E4%B8%AA%E6%96%B0%E5%88%86%E6%94%AF%EF%BC%8C%E4%BD%86%E9%94%99%E8%AF%AF%E7%9A%84%E6%8F%90%E4%BA%A4%E5%88%B0%E4%BA%86master)
|
- [我需要提交到一个新分支,但错误的提交到了 master](#%E6%88%91%E9%9C%80%E8%A6%81%E6%8F%90%E4%BA%A4%E5%88%B0%E4%B8%80%E4%B8%AA%E6%96%B0%E5%88%86%E6%94%AF%EF%BC%8C%E4%BD%86%E9%94%99%E8%AF%AF%E7%9A%84%E6%8F%90%E4%BA%A4%E5%88%B0%E4%BA%86master)
|
||||||
- [我想保留来自另外一个ref-ish的整个文件](#%E6%88%91%E6%83%B3%E4%BF%9D%E7%95%99%E6%9D%A5%E8%87%AA%E5%8F%A6%E5%A4%96%E4%B8%80%E4%B8%AAref-ish%E7%9A%84%E6%95%B4%E4%B8%AA%E6%96%87%E4%BB%B6)
|
- [我想保留来自另外一个 ref-ish 的整个文件](#%E6%88%91%E6%83%B3%E4%BF%9D%E7%95%99%E6%9D%A5%E8%87%AA%E5%8F%A6%E5%A4%96%E4%B8%80%E4%B8%AAref-ish%E7%9A%84%E6%95%B4%E4%B8%AA%E6%96%87%E4%BB%B6)
|
||||||
- [我把几个提交(commit)提交到了同一个分支,而这些提交应该分布在不同的分支里](#%E6%88%91%E6%8A%8A%E5%87%A0%E4%B8%AA%E6%8F%90%E4%BA%A4commit%E6%8F%90%E4%BA%A4%E5%88%B0%E4%BA%86%E5%90%8C%E4%B8%80%E4%B8%AA%E5%88%86%E6%94%AF%EF%BC%8C%E8%80%8C%E8%BF%99%E4%BA%9B%E6%8F%90%E4%BA%A4%E5%BA%94%E8%AF%A5%E5%88%86%E5%B8%83%E5%9C%A8%E4%B8%8D%E5%90%8C%E7%9A%84%E5%88%86%E6%94%AF%E9%87%8C)
|
- [我把几个提交(commit)提交到了同一个分支,而这些提交应该分布在不同的分支里](#%E6%88%91%E6%8A%8A%E5%87%A0%E4%B8%AA%E6%8F%90%E4%BA%A4commit%E6%8F%90%E4%BA%A4%E5%88%B0%E4%BA%86%E5%90%8C%E4%B8%80%E4%B8%AA%E5%88%86%E6%94%AF%EF%BC%8C%E8%80%8C%E8%BF%99%E4%BA%9B%E6%8F%90%E4%BA%A4%E5%BA%94%E8%AF%A5%E5%88%86%E5%B8%83%E5%9C%A8%E4%B8%8D%E5%90%8C%E7%9A%84%E5%88%86%E6%94%AF%E9%87%8C)
|
||||||
- [我想删除上游(upstream)分支被删除了的本地分支](#%E6%88%91%E6%83%B3%E5%88%A0%E9%99%A4%E4%B8%8A%E6%B8%B8upstream%E5%88%86%E6%94%AF%E8%A2%AB%E5%88%A0%E9%99%A4%E4%BA%86%E7%9A%84%E6%9C%AC%E5%9C%B0%E5%88%86%E6%94%AF)
|
- [我想删除上游(upstream)分支被删除了的本地分支](#%E6%88%91%E6%83%B3%E5%88%A0%E9%99%A4%E4%B8%8A%E6%B8%B8upstream%E5%88%86%E6%94%AF%E8%A2%AB%E5%88%A0%E9%99%A4%E4%BA%86%E7%9A%84%E6%9C%AC%E5%9C%B0%E5%88%86%E6%94%AF)
|
||||||
- [我不小心删除了我的分支](#%E6%88%91%E4%B8%8D%E5%B0%8F%E5%BF%83%E5%88%A0%E9%99%A4%E4%BA%86%E6%88%91%E7%9A%84%E5%88%86%E6%94%AF)
|
- [我不小心删除了我的分支](#%E6%88%91%E4%B8%8D%E5%B0%8F%E5%BF%83%E5%88%A0%E9%99%A4%E4%BA%86%E6%88%91%E7%9A%84%E5%88%86%E6%94%AF)
|
||||||
- [我想删除一个分支](#%E6%88%91%E6%83%B3%E5%88%A0%E9%99%A4%E4%B8%80%E4%B8%AA%E5%88%86%E6%94%AF)
|
- [我想删除一个分支](#%E6%88%91%E6%83%B3%E5%88%A0%E9%99%A4%E4%B8%80%E4%B8%AA%E5%88%86%E6%94%AF)
|
||||||
- [我想从别人正在工作的远程分支签出(checkout)一个分支](#%E6%88%91%E6%83%B3%E4%BB%8E%E5%88%AB%E4%BA%BA%E6%AD%A3%E5%9C%A8%E5%B7%A5%E4%BD%9C%E7%9A%84%E8%BF%9C%E7%A8%8B%E5%88%86%E6%94%AF%E7%AD%BE%E5%87%BAcheckout%E4%B8%80%E4%B8%AA%E5%88%86%E6%94%AF)
|
- [我想从别人正在工作的远程分支签出(checkout)一个分支](#%E6%88%91%E6%83%B3%E4%BB%8E%E5%88%AB%E4%BA%BA%E6%AD%A3%E5%9C%A8%E5%B7%A5%E4%BD%9C%E7%9A%84%E8%BF%9C%E7%A8%8B%E5%88%86%E6%94%AF%E7%AD%BE%E5%87%BAcheckout%E4%B8%80%E4%B8%AA%E5%88%86%E6%94%AF)
|
||||||
- [Rebasing 和合并(Merging)](#rebasing-%E5%92%8C%E5%90%88%E5%B9%B6merging)
|
- [Rebasing 和合并(Merging)](#rebasing-%E5%92%8C%E5%90%88%E5%B9%B6merging)
|
||||||
- [我想撤销rebase/merge](#%E6%88%91%E6%83%B3%E6%92%A4%E9%94%80rebasemerge)
|
- [我想撤销 rebase/merge](#%E6%88%91%E6%83%B3%E6%92%A4%E9%94%80rebasemerge)
|
||||||
- [我已经rebase过, 但是我不想强推(force push)](#%E6%88%91%E5%B7%B2%E7%BB%8Frebase%E8%BF%87-%E4%BD%86%E6%98%AF%E6%88%91%E4%B8%8D%E6%83%B3%E5%BC%BA%E6%8E%A8force-push)
|
- [我已经 rebase 过, 但是我不想强推(force push)](#%E6%88%91%E5%B7%B2%E7%BB%8Frebase%E8%BF%87-%E4%BD%86%E6%98%AF%E6%88%91%E4%B8%8D%E6%83%B3%E5%BC%BA%E6%8E%A8force-push)
|
||||||
- [我需要组合(combine)几个提交(commit)](#%E6%88%91%E9%9C%80%E8%A6%81%E7%BB%84%E5%90%88combine%E5%87%A0%E4%B8%AA%E6%8F%90%E4%BA%A4commit)
|
- [我需要组合(combine)几个提交(commit)](#%E6%88%91%E9%9C%80%E8%A6%81%E7%BB%84%E5%90%88combine%E5%87%A0%E4%B8%AA%E6%8F%90%E4%BA%A4commit)
|
||||||
- [安全合并(merging)策略](#%E5%AE%89%E5%85%A8%E5%90%88%E5%B9%B6merging%E7%AD%96%E7%95%A5)
|
- [安全合并(merging)策略](#%E5%AE%89%E5%85%A8%E5%90%88%E5%B9%B6merging%E7%AD%96%E7%95%A5)
|
||||||
- [我需要将一个分支合并成一个提交(commit)](#%E6%88%91%E9%9C%80%E8%A6%81%E5%B0%86%E4%B8%80%E4%B8%AA%E5%88%86%E6%94%AF%E5%90%88%E5%B9%B6%E6%88%90%E4%B8%80%E4%B8%AA%E6%8F%90%E4%BA%A4commit)
|
- [我需要将一个分支合并成一个提交(commit)](#%E6%88%91%E9%9C%80%E8%A6%81%E5%B0%86%E4%B8%80%E4%B8%AA%E5%88%86%E6%94%AF%E5%90%88%E5%B9%B6%E6%88%90%E4%B8%80%E4%B8%AA%E6%8F%90%E4%BA%A4commit)
|
||||||
- [我只想组合(combine)未推的提交(unpushed commit)](#%E6%88%91%E5%8F%AA%E6%83%B3%E7%BB%84%E5%90%88combine%E6%9C%AA%E6%8E%A8%E7%9A%84%E6%8F%90%E4%BA%A4unpushed-commit)
|
- [我只想组合(combine)未推的提交(unpushed commit)](#%E6%88%91%E5%8F%AA%E6%83%B3%E7%BB%84%E5%90%88combine%E6%9C%AA%E6%8E%A8%E7%9A%84%E6%8F%90%E4%BA%A4unpushed-commit)
|
||||||
- [检查是否分支上的所有提交(commit)都合并(merge)过了](#%E6%A3%80%E6%9F%A5%E6%98%AF%E5%90%A6%E5%88%86%E6%94%AF%E4%B8%8A%E7%9A%84%E6%89%80%E6%9C%89%E6%8F%90%E4%BA%A4commit%E9%83%BD%E5%90%88%E5%B9%B6merge%E8%BF%87%E4%BA%86)
|
- [检查是否分支上的所有提交(commit)都合并(merge)过了](#%E6%A3%80%E6%9F%A5%E6%98%AF%E5%90%A6%E5%88%86%E6%94%AF%E4%B8%8A%E7%9A%84%E6%89%80%E6%9C%89%E6%8F%90%E4%BA%A4commit%E9%83%BD%E5%90%88%E5%B9%B6merge%E8%BF%87%E4%BA%86)
|
||||||
- [交互式rebase(interactive rebase)可能出现的问题](#%E4%BA%A4%E4%BA%92%E5%BC%8Frebaseinteractive-rebase%E5%8F%AF%E8%83%BD%E5%87%BA%E7%8E%B0%E7%9A%84%E9%97%AE%E9%A2%98)
|
- [交互式 rebase(interactive rebase)可能出现的问题](#%E4%BA%A4%E4%BA%92%E5%BC%8Frebaseinteractive-rebase%E5%8F%AF%E8%83%BD%E5%87%BA%E7%8E%B0%E7%9A%84%E9%97%AE%E9%A2%98)
|
||||||
- [这个rebase 编辑屏幕出现'noop'](#%E8%BF%99%E4%B8%AArebase-%E7%BC%96%E8%BE%91%E5%B1%8F%E5%B9%95%E5%87%BA%E7%8E%B0noop)
|
- [这个 rebase 编辑屏幕出现'noop'](#%E8%BF%99%E4%B8%AArebase-%E7%BC%96%E8%BE%91%E5%B1%8F%E5%B9%95%E5%87%BA%E7%8E%B0noop)
|
||||||
- [有冲突的情况](#%E6%9C%89%E5%86%B2%E7%AA%81%E7%9A%84%E6%83%85%E5%86%B5)
|
- [有冲突的情况](#%E6%9C%89%E5%86%B2%E7%AA%81%E7%9A%84%E6%83%85%E5%86%B5)
|
||||||
- [杂项(Miscellaneous Objects)](#%E6%9D%82%E9%A1%B9miscellaneous-objects)
|
- [杂项(Miscellaneous Objects)](#%E6%9D%82%E9%A1%B9miscellaneous-objects)
|
||||||
- [克隆所有子模块](#%E5%85%8B%E9%9A%86%E6%89%80%E6%9C%89%E5%AD%90%E6%A8%A1%E5%9D%97)
|
- [克隆所有子模块](#%E5%85%8B%E9%9A%86%E6%89%80%E6%9C%89%E5%AD%90%E6%A8%A1%E5%9D%97)
|
||||||
- [删除标签(tag)](#%E5%88%A0%E9%99%A4%E6%A0%87%E7%AD%BEtag)
|
- [删除标签(tag)](#%E5%88%A0%E9%99%A4%E6%A0%87%E7%AD%BEtag)
|
||||||
- [恢复已删除标签(tag)](#%E6%81%A2%E5%A4%8D%E5%B7%B2%E5%88%A0%E9%99%A4%E6%A0%87%E7%AD%BEtag)
|
- [恢复已删除标签(tag)](#%E6%81%A2%E5%A4%8D%E5%B7%B2%E5%88%A0%E9%99%A4%E6%A0%87%E7%AD%BEtag)
|
||||||
- [已删除补丁(patch)](#%E5%B7%B2%E5%88%A0%E9%99%A4%E8%A1%A5%E4%B8%81patch)
|
- [已删除补丁(patch)](#%E5%B7%B2%E5%88%A0%E9%99%A4%E8%A1%A5%E4%B8%81patch)
|
||||||
- [跟踪文件(Tracking Files)](#%E8%B7%9F%E8%B8%AA%E6%96%87%E4%BB%B6tracking-files)
|
- [跟踪文件(Tracking Files)](#%E8%B7%9F%E8%B8%AA%E6%96%87%E4%BB%B6tracking-files)
|
||||||
- [我只想改变一个文件名字的大小写,而不修改内容](#%E6%88%91%E5%8F%AA%E6%83%B3%E6%94%B9%E5%8F%98%E4%B8%80%E4%B8%AA%E6%96%87%E4%BB%B6%E5%90%8D%E5%AD%97%E7%9A%84%E5%A4%A7%E5%B0%8F%E5%86%99%EF%BC%8C%E8%80%8C%E4%B8%8D%E4%BF%AE%E6%94%B9%E5%86%85%E5%AE%B9)
|
- [我只想改变一个文件名字的大小写,而不修改内容](#%E6%88%91%E5%8F%AA%E6%83%B3%E6%94%B9%E5%8F%98%E4%B8%80%E4%B8%AA%E6%96%87%E4%BB%B6%E5%90%8D%E5%AD%97%E7%9A%84%E5%A4%A7%E5%B0%8F%E5%86%99%EF%BC%8C%E8%80%8C%E4%B8%8D%E4%BF%AE%E6%94%B9%E5%86%85%E5%AE%B9)
|
||||||
- [我想从Git删除一个文件,但保留该文件](#%E6%88%91%E6%83%B3%E4%BB%8Egit%E5%88%A0%E9%99%A4%E4%B8%80%E4%B8%AA%E6%96%87%E4%BB%B6%EF%BC%8C%E4%BD%86%E4%BF%9D%E7%95%99%E8%AF%A5%E6%96%87%E4%BB%B6)
|
- [我想从 Git 删除一个文件,但保留该文件](#%E6%88%91%E6%83%B3%E4%BB%8Egit%E5%88%A0%E9%99%A4%E4%B8%80%E4%B8%AA%E6%96%87%E4%BB%B6%EF%BC%8C%E4%BD%86%E4%BF%9D%E7%95%99%E8%AF%A5%E6%96%87%E4%BB%B6)
|
||||||
- [配置(Configuration)](#%E9%85%8D%E7%BD%AEconfiguration)
|
- [配置(Configuration)](#%E9%85%8D%E7%BD%AEconfiguration)
|
||||||
- [我想给一些Git命令添加别名(alias)](#%E6%88%91%E6%83%B3%E7%BB%99%E4%B8%80%E4%BA%9Bgit%E5%91%BD%E4%BB%A4%E6%B7%BB%E5%8A%A0%E5%88%AB%E5%90%8Dalias)
|
- [我想给一些 Git 命令添加别名(alias)](#%E6%88%91%E6%83%B3%E7%BB%99%E4%B8%80%E4%BA%9Bgit%E5%91%BD%E4%BB%A4%E6%B7%BB%E5%8A%A0%E5%88%AB%E5%90%8Dalias)
|
||||||
- [我想缓存一个仓库(repository)的用户名和密码](#%E6%88%91%E6%83%B3%E7%BC%93%E5%AD%98%E4%B8%80%E4%B8%AA%E4%BB%93%E5%BA%93repository%E7%9A%84%E7%94%A8%E6%88%B7%E5%90%8D%E5%92%8C%E5%AF%86%E7%A0%81)
|
- [我想缓存一个仓库(repository)的用户名和密码](#%E6%88%91%E6%83%B3%E7%BC%93%E5%AD%98%E4%B8%80%E4%B8%AA%E4%BB%93%E5%BA%93repository%E7%9A%84%E7%94%A8%E6%88%B7%E5%90%8D%E5%92%8C%E5%AF%86%E7%A0%81)
|
||||||
- [我不知道我做错了些什么](#%E6%88%91%E4%B8%8D%E7%9F%A5%E9%81%93%E6%88%91%E5%81%9A%E9%94%99%E4%BA%86%E4%BA%9B%E4%BB%80%E4%B9%88)
|
- [我不知道我做错了些什么](#%E6%88%91%E4%B8%8D%E7%9F%A5%E9%81%93%E6%88%91%E5%81%9A%E9%94%99%E4%BA%86%E4%BA%9B%E4%BB%80%E4%B9%88)
|
||||||
- [资源](#%E8%B5%84%E6%BA%90)
|
- [资源](#%E8%B5%84%E6%BA%90)
|
||||||
|
|
||||||
<!-- /TOC -->
|
<!-- /TOC -->
|
||||||
|
|
||||||
|
@ -122,14 +122,14 @@ $ git reset HEAD^ --hard
|
||||||
$ git push -f [remote] [branch]
|
$ git push -f [remote] [branch]
|
||||||
```
|
```
|
||||||
|
|
||||||
如果你还没有推到远程, 把Git重置(reset)到你最后一次提交前的状态就可以了(同时保存暂存的变化):
|
如果你还没有推到远程, 把 Git 重置(reset)到你最后一次提交前的状态就可以了(同时保存暂存的变化):
|
||||||
|
|
||||||
```
|
```
|
||||||
(my-branch*)$ git reset --soft HEAD@{1}
|
(my-branch*)$ git reset --soft HEAD@{1}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
这只能在没有推送之前有用. 如果你已经推了, 唯一安全能做的是 `git revert SHAofBadCommit`, 那会创建一个新的提交(commit)用于撤消前一个提交的所有变化(changes); 或者, 如果你推的这个分支是rebase-safe的 (例如: 其它开发者不会从这个分支拉), 只需要使用 `git push -f`; 更多, 请参考 [the above section](#deleteremove-last-pushed-commit)。
|
这只能在没有推送之前有用. 如果你已经推了, 唯一安全能做的是 `git revert SHAofBadCommit`, 那会创建一个新的提交(commit)用于撤消前一个提交的所有变化(changes); 或者, 如果你推的这个分支是 rebase-safe 的 (例如: 其它开发者不会从这个分支拉), 只需要使用 `git push -f`; 更多, 请参考 [the above section](#deleteremove-last-pushed-commit)。
|
||||||
|
|
||||||
### 删除任意提交(commit)
|
### 删除任意提交(commit)
|
||||||
|
|
||||||
|
@ -140,7 +140,7 @@ $ git rebase --onto SHA1_OF_BAD_COMMIT^ SHA1_OF_BAD_COMMIT
|
||||||
$ git push -f [remote] [branch]
|
$ git push -f [remote] [branch]
|
||||||
```
|
```
|
||||||
|
|
||||||
或者做一个 [交互式rebase](#interactive-rebase) 删除那些你想要删除的提交(commit)里所对应的行。
|
或者做一个 [交互式 rebase](#interactive-rebase) 删除那些你想要删除的提交(commit)里所对应的行。
|
||||||
|
|
||||||
### 我尝试推一个修正后的提交(amended commit)到远程,但是报错:
|
### 我尝试推一个修正后的提交(amended commit)到远程,但是报错:
|
||||||
|
|
||||||
|
@ -154,7 +154,7 @@ hint: 'git pull ...') before pushing again.
|
||||||
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
|
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
|
||||||
```
|
```
|
||||||
|
|
||||||
注意, rebasing(见下面)和修正(amending)会用一个**新的提交(commit)代替旧的**, 所以如果之前你已经往远程仓库上推过一次修正前的提交(commit),那你现在就必须强推(force push) (`-f`)。 注意 – *总是* 确保你指明一个分支!
|
注意, rebasing(见下面)和修正(amending)会用一个**新的提交(commit)代替旧的**, 所以如果之前你已经往远程仓库上推过一次修正前的提交(commit),那你现在就必须强推(force push) (`-f`)。 注意 – _总是_ 确保你指明一个分支!
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(my-branch)$ git push origin mybranch -f
|
(my-branch)$ git push origin mybranch -f
|
||||||
|
@ -164,13 +164,13 @@ hint: See the 'Note about fast-forwards' in 'git push --help' for details.
|
||||||
|
|
||||||
### 我意外的做了一次硬重置(hard reset),我想找回我的内容
|
### 我意外的做了一次硬重置(hard reset),我想找回我的内容
|
||||||
|
|
||||||
如果你意外的做了 `git reset --hard`, 你通常能找回你的提交(commit), 因为Git对每件事都会有日志,且都会保存几天。
|
如果你意外的做了 `git reset --hard`, 你通常能找回你的提交(commit), 因为 Git 对每件事都会有日志,且都会保存几天。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(master)$ git reflog
|
(master)$ git reflog
|
||||||
```
|
```
|
||||||
|
|
||||||
你将会看到一个你过去提交(commit)的列表, 和一个重置的提交。 选择你想要回到的提交(commit)的SHA,再重置一次:
|
你将会看到一个你过去提交(commit)的列表, 和一个重置的提交。 选择你想要回到的提交(commit)的 SHA,再重置一次:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(master)$ git reset --hard SHA1234
|
(master)$ git reset --hard SHA1234
|
||||||
|
@ -209,7 +209,7 @@ $ git add -N filename.x
|
||||||
|
|
||||||
### 我想把暂存的内容变成未暂存,把未暂存的内容暂存起来
|
### 我想把暂存的内容变成未暂存,把未暂存的内容暂存起来
|
||||||
|
|
||||||
这个有点困难, 我能想到的最好的方法是先stash未暂存的内容, 然后重置(reset),再pop第一步stashed的内容, 最后再add它们。
|
这个有点困难, 我能想到的最好的方法是先 stash 未暂存的内容, 然后重置(reset),再 pop 第一步 stashed 的内容, 最后再 add 它们。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git stash -k
|
$ git stash -k
|
||||||
|
@ -266,7 +266,7 @@ $ git checkout -p
|
||||||
# Answer y to all of the snippets you want to drop
|
# Answer y to all of the snippets you want to drop
|
||||||
```
|
```
|
||||||
|
|
||||||
另外一个方法是使用 `stash`, Stash所有要保留下的内容, 重置工作拷贝, 重新应用保留的部分。
|
另外一个方法是使用 `stash`, Stash 所有要保留下的内容, 重置工作拷贝, 重新应用保留的部分。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git stash -p
|
$ git stash -p
|
||||||
|
@ -275,7 +275,7 @@ $ git reset --hard
|
||||||
$ git stash pop
|
$ git stash pop
|
||||||
```
|
```
|
||||||
|
|
||||||
或者, stash 你不需要的部分, 然后stash drop。
|
或者, stash 你不需要的部分, 然后 stash drop。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git stash -p
|
$ git stash -p
|
||||||
|
@ -287,7 +287,7 @@ $ git stash drop
|
||||||
|
|
||||||
### 我从错误的分支拉取了内容,或把内容拉取到了错误的分支
|
### 我从错误的分支拉取了内容,或把内容拉取到了错误的分支
|
||||||
|
|
||||||
这是另外一种使用 `git reflog` 情况,找到在这次错误拉(pull) 之前HEAD的指向。
|
这是另外一种使用 `git reflog` 情况,找到在这次错误拉(pull) 之前 HEAD 的指向。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(master)$ git reflog
|
(master)$ git reflog
|
||||||
|
@ -323,15 +323,15 @@ $ git reset --hard c5bc55a
|
||||||
(master)$ git reset --hard origin/my-branch
|
(master)$ git reset --hard origin/my-branch
|
||||||
```
|
```
|
||||||
|
|
||||||
### 我需要提交到一个新分支,但错误的提交到了master
|
### 我需要提交到一个新分支,但错误的提交到了 master
|
||||||
|
|
||||||
在master下创建一个新分支,不切换到新分支,仍在master下:
|
在 master 下创建一个新分支,不切换到新分支,仍在 master 下:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(master)$ git branch my-branch
|
(master)$ git branch my-branch
|
||||||
```
|
```
|
||||||
|
|
||||||
把master分支重置到前一个提交:
|
把 master 分支重置到前一个提交:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(master)$ git reset --hard HEAD^
|
(master)$ git reset --hard HEAD^
|
||||||
|
@ -339,9 +339,9 @@ $ git reset --hard c5bc55a
|
||||||
|
|
||||||
`HEAD^` 是 `HEAD^1` 的简写,你可以通过指定要设置的`HEAD`来进一步重置。
|
`HEAD^` 是 `HEAD^1` 的简写,你可以通过指定要设置的`HEAD`来进一步重置。
|
||||||
|
|
||||||
或者, 如果你不想使用 `HEAD^`, 找到你想重置到的提交(commit)的hash(`git log` 能够完成), 然后重置到这个hash。 使用`git push` 同步内容到远程。
|
或者, 如果你不想使用 `HEAD^`, 找到你想重置到的提交(commit)的 hash(`git log` 能够完成), 然后重置到这个 hash。 使用`git push` 同步内容到远程。
|
||||||
|
|
||||||
例如, master分支想重置到的提交的hash为`a13b85e`:
|
例如, master 分支想重置到的提交的 hash 为`a13b85e`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(master)$ git reset --hard a13b85e
|
(master)$ git reset --hard a13b85e
|
||||||
|
@ -354,9 +354,9 @@ HEAD is now at a13b85e
|
||||||
(master)$ git checkout my-branch
|
(master)$ git checkout my-branch
|
||||||
```
|
```
|
||||||
|
|
||||||
### 我想保留来自另外一个ref-ish的整个文件
|
### 我想保留来自另外一个 ref-ish 的整个文件
|
||||||
|
|
||||||
假设你正在做一个原型方案(原文为working spike (see note)), 有成百的内容,每个都工作得很好。现在, 你提交到了一个分支,保存工作内容:
|
假设你正在做一个原型方案(原文为 working spike (see note)), 有成百的内容,每个都工作得很好。现在, 你提交到了一个分支,保存工作内容:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(solution)$ git add -A && git commit -m "Adding all changes from this spike into one big commit."
|
(solution)$ git add -A && git commit -m "Adding all changes from this spike into one big commit."
|
||||||
|
@ -366,8 +366,8 @@ HEAD is now at a13b85e
|
||||||
|
|
||||||
假设你有:
|
假设你有:
|
||||||
|
|
||||||
* 分支 `solution`, 拥有原型方案, 领先 `develop` 分支。
|
- 分支 `solution`, 拥有原型方案, 领先 `develop` 分支。
|
||||||
* 分支 `develop`, 在这里你应用原型方案的一些内容。
|
- 分支 `develop`, 在这里你应用原型方案的一些内容。
|
||||||
|
|
||||||
我去可以通过把内容拿到你的分支里,来解决这个问题:
|
我去可以通过把内容拿到你的分支里,来解决这个问题:
|
||||||
|
|
||||||
|
@ -416,7 +416,7 @@ Date: Tue Jul 21 01:12:48 2014 -0400
|
||||||
First commit
|
First commit
|
||||||
```
|
```
|
||||||
|
|
||||||
让我们用提交hash(commit hash)标记bug (`e3851e8` for #21, `5ea5173` for #14).
|
让我们用提交 hash(commit hash)标记 bug (`e3851e8` for #21, `5ea5173` for #14).
|
||||||
|
|
||||||
首先, 我们把`master`分支重置到正确的提交(`a13b85e`):
|
首先, 我们把`master`分支重置到正确的提交(`a13b85e`):
|
||||||
|
|
||||||
|
@ -432,7 +432,7 @@ HEAD is now at a13b85e
|
||||||
(21)$
|
(21)$
|
||||||
```
|
```
|
||||||
|
|
||||||
接着, 我们用 *cherry-pick* 把对bug #21的提交放入当前分支。 这意味着我们将应用(apply)这个提交(commit),仅仅这一个提交(commit),直接在HEAD上面。
|
接着, 我们用 _cherry-pick_ 把对 bug #21 的提交放入当前分支。 这意味着我们将应用(apply)这个提交(commit),仅仅这一个提交(commit),直接在 HEAD 上面。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(21)$ git cherry-pick e3851e8
|
(21)$ git cherry-pick e3851e8
|
||||||
|
@ -440,7 +440,7 @@ HEAD is now at a13b85e
|
||||||
|
|
||||||
这时候, 这里可能会产生冲突, 参见[交互式 rebasing 章](#interactive-rebase) [**冲突节**](#merge-conflict) 解决冲突.
|
这时候, 这里可能会产生冲突, 参见[交互式 rebasing 章](#interactive-rebase) [**冲突节**](#merge-conflict) 解决冲突.
|
||||||
|
|
||||||
再者, 我们为bug #14 创建一个新的分支, 也基于`master`分支
|
再者, 我们为 bug #14 创建一个新的分支, 也基于`master`分支
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(21)$ git checkout master
|
(21)$ git checkout master
|
||||||
|
@ -455,7 +455,8 @@ HEAD is now at a13b85e
|
||||||
```
|
```
|
||||||
|
|
||||||
### 我想删除上游(upstream)分支被删除了的本地分支
|
### 我想删除上游(upstream)分支被删除了的本地分支
|
||||||
一旦你在github 上面合并(merge)了一个pull request, 你就可以删除你fork里被合并的分支。 如果你不准备继续在这个分支里工作, 删除这个分支的本地拷贝会更干净,使你不会陷入工作分支和一堆陈旧分支的混乱之中。
|
|
||||||
|
一旦你在 github 上面合并(merge)了一个 pull request, 你就可以删除你 fork 里被合并的分支。 如果你不准备继续在这个分支里工作, 删除这个分支的本地拷贝会更干净,使你不会陷入工作分支和一堆陈旧分支的混乱之中。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git fetch -p
|
$ git fetch -p
|
||||||
|
@ -517,7 +518,7 @@ oh noes, deleted my branch!
|
||||||
69204cd HEAD@{2}: checkout: moving from master to my-branch
|
69204cd HEAD@{2}: checkout: moving from master to my-branch
|
||||||
```
|
```
|
||||||
|
|
||||||
正如你所见,我们有一个来自删除分支的提交hash(commit hash),接下来看看是否能恢复删除了的分支。
|
正如你所见,我们有一个来自删除分支的提交 hash(commit hash),接下来看看是否能恢复删除了的分支。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(master)$ git checkout -b my-branch-help
|
(master)$ git checkout -b my-branch-help
|
||||||
|
@ -528,7 +529,7 @@ HEAD is now at 4e3cd85 foo.txt added
|
||||||
README.md foo.txt
|
README.md foo.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
看! 我们把删除的文件找回来了。 Git的 `reflog` 在rebasing出错的时候也是同样有用的。
|
看! 我们把删除的文件找回来了。 Git 的 `reflog` 在 rebasing 出错的时候也是同样有用的。
|
||||||
|
|
||||||
### 我想删除一个分支
|
### 我想删除一个分支
|
||||||
|
|
||||||
|
@ -572,17 +573,17 @@ Switched to a new branch 'daves'
|
||||||
|
|
||||||
## Rebasing 和合并(Merging)
|
## Rebasing 和合并(Merging)
|
||||||
|
|
||||||
### 我想撤销rebase/merge
|
### 我想撤销 rebase/merge
|
||||||
|
|
||||||
你可以合并(merge)或rebase了一个错误的分支, 或者完成不了一个进行中的rebase/merge。 Git 在进行危险操作的时候会把原始的HEAD保存在一个叫ORIG_HEAD的变量里, 所以要把分支恢复到rebase/merge前的状态是很容易的。
|
你可以合并(merge)或 rebase 了一个错误的分支, 或者完成不了一个进行中的 rebase/merge。 Git 在进行危险操作的时候会把原始的 HEAD 保存在一个叫 ORIG_HEAD 的变量里, 所以要把分支恢复到 rebase/merge 前的状态是很容易的。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(my-branch)$ git reset --hard ORIG_HEAD
|
(my-branch)$ git reset --hard ORIG_HEAD
|
||||||
```
|
```
|
||||||
|
|
||||||
### 我已经rebase过, 但是我不想强推(force push)
|
### 我已经 rebase 过, 但是我不想强推(force push)
|
||||||
|
|
||||||
不幸的是,如果你想把这些变化(changes)反应到远程分支上,你就必须得强推(force push)。 是因你快进(Fast forward)了提交,改变了Git历史, 远程分支不会接受变化(changes),除非强推(force push)。这就是许多人使用 merge 工作流, 而不是 rebasing 工作流的主要原因之一, 开发者的强推(force push)会使大的团队陷入麻烦。使用时需要注意,一种安全使用 rebase 的方法是,不要把你的变化(changes)反映到远程分支上, 而是按下面的做:
|
不幸的是,如果你想把这些变化(changes)反应到远程分支上,你就必须得强推(force push)。 是因你快进(Fast forward)了提交,改变了 Git 历史, 远程分支不会接受变化(changes),除非强推(force push)。这就是许多人使用 merge 工作流, 而不是 rebasing 工作流的主要原因之一, 开发者的强推(force push)会使大的团队陷入麻烦。使用时需要注意,一种安全使用 rebase 的方法是,不要把你的变化(changes)反映到远程分支上, 而是按下面的做:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(master)$ git checkout my-branch
|
(master)$ git checkout my-branch
|
||||||
|
@ -595,26 +596,26 @@ Switched to a new branch 'daves'
|
||||||
|
|
||||||
### 我需要组合(combine)几个提交(commit)
|
### 我需要组合(combine)几个提交(commit)
|
||||||
|
|
||||||
假设你的工作分支将会做对于 `master` 的pull-request。 一般情况下你不关心提交(commit)的时间戳,只想组合 *所有* 提交(commit) 到一个单独的里面, 然后重置(reset)重提交(recommit)。 确保主(master)分支是最新的和你的变化都已经提交了, 然后:
|
假设你的工作分支将会做对于 `master` 的 pull-request。 一般情况下你不关心提交(commit)的时间戳,只想组合 _所有_ 提交(commit) 到一个单独的里面, 然后重置(reset)重提交(recommit)。 确保主(master)分支是最新的和你的变化都已经提交了, 然后:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(my-branch)$ git reset --soft master
|
(my-branch)$ git reset --soft master
|
||||||
(my-branch)$ git commit -am "New awesome feature"
|
(my-branch)$ git commit -am "New awesome feature"
|
||||||
```
|
```
|
||||||
|
|
||||||
如果你想要更多的控制, 想要保留时间戳, 你需要做交互式rebase (interactive rebase):
|
如果你想要更多的控制, 想要保留时间戳, 你需要做交互式 rebase (interactive rebase):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(my-branch)$ git rebase -i master
|
(my-branch)$ git rebase -i master
|
||||||
```
|
```
|
||||||
|
|
||||||
如果没有相对的其它分支, 你将不得不相对自己的`HEAD` 进行 rebase。 例如:你想组合最近的两次提交(commit), 你将相对于`HEAD\~2` 进行rebase, 组合最近3次提交(commit), 相对于`HEAD\~3`, 等等。
|
如果没有相对的其它分支, 你将不得不相对自己的`HEAD` 进行 rebase。 例如:你想组合最近的两次提交(commit), 你将相对于`HEAD\~2` 进行 rebase, 组合最近 3 次提交(commit), 相对于`HEAD\~3`, 等等。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(master)$ git rebase -i HEAD~2
|
(master)$ git rebase -i HEAD~2
|
||||||
```
|
```
|
||||||
|
|
||||||
在你执行了交互式 rebase的命令(interactive rebase command)后, 你将在你的编辑器里看到类似下面的内容:
|
在你执行了交互式 rebase 的命令(interactive rebase command)后, 你将在你的编辑器里看到类似下面的内容:
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
pick a9c8a1d Some refactoring
|
pick a9c8a1d Some refactoring
|
||||||
|
@ -686,6 +687,7 @@ Newer, awesomer features
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 安全合并(merging)策略
|
#### 安全合并(merging)策略
|
||||||
|
|
||||||
`--no-commit` 执行合并(merge)但不自动提交, 给用户在做提交前检查和修改的机会。 `no-ff` 会为特性分支(feature branch)的存在过留下证据, 保持项目历史一致。
|
`--no-commit` 执行合并(merge)但不自动提交, 给用户在做提交前检查和修改的机会。 `no-ff` 会为特性分支(feature branch)的存在过留下证据, 保持项目历史一致。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
@ -706,11 +708,11 @@ Newer, awesomer features
|
||||||
(master)$ git rebase -i @{u}
|
(master)$ git rebase -i @{u}
|
||||||
```
|
```
|
||||||
|
|
||||||
这会产生一次交互式的rebase(interactive rebase), 只会列出没有推(push)的提交(commit), 在这个列表时进行reorder/fix/squash 都是安全的。
|
这会产生一次交互式的 rebase(interactive rebase), 只会列出没有推(push)的提交(commit), 在这个列表时进行 reorder/fix/squash 都是安全的。
|
||||||
|
|
||||||
### 检查是否分支上的所有提交(commit)都合并(merge)过了
|
### 检查是否分支上的所有提交(commit)都合并(merge)过了
|
||||||
|
|
||||||
检查一个分支上的所有提交(commit)是否都已经合并(merge)到了其它分支, 你应该在这些分支的head(或任何 commits)之间做一次diff:
|
检查一个分支上的所有提交(commit)是否都已经合并(merge)到了其它分支, 你应该在这些分支的 head(或任何 commits)之间做一次 diff:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(master)$ git log --graph --left-right --cherry-pick --oneline HEAD...feature/120-on-scroll
|
(master)$ git log --graph --left-right --cherry-pick --oneline HEAD...feature/120-on-scroll
|
||||||
|
@ -722,23 +724,24 @@ Newer, awesomer features
|
||||||
(master)$ git log master ^feature/120-on-scroll --no-merges
|
(master)$ git log master ^feature/120-on-scroll --no-merges
|
||||||
```
|
```
|
||||||
|
|
||||||
### 交互式rebase(interactive rebase)可能出现的问题
|
### 交互式 rebase(interactive rebase)可能出现的问题
|
||||||
|
|
||||||
#### 这个rebase 编辑屏幕出现'noop'
|
#### 这个 rebase 编辑屏幕出现'noop'
|
||||||
|
|
||||||
如果你看到的是这样:
|
如果你看到的是这样:
|
||||||
|
|
||||||
```
|
```
|
||||||
noop
|
noop
|
||||||
```
|
```
|
||||||
|
|
||||||
这意味着你rebase的分支和当前分支在同一个提交(commit)上, 或者 *领先(ahead)* 当前分支。 你可以尝试:
|
这意味着你 rebase 的分支和当前分支在同一个提交(commit)上, 或者 _领先(ahead)_ 当前分支。 你可以尝试:
|
||||||
|
|
||||||
* 检查确保主(master)分支没有问题
|
- 检查确保主(master)分支没有问题
|
||||||
* rebase `HEAD\~2` 或者更早
|
- rebase `HEAD\~2` 或者更早
|
||||||
|
|
||||||
#### 有冲突的情况
|
#### 有冲突的情况
|
||||||
|
|
||||||
如果你不能成功的完成rebase, 你可能必须要解决冲突。
|
如果你不能成功的完成 rebase, 你可能必须要解决冲突。
|
||||||
|
|
||||||
首先执行 `git status` 找出哪些文件有冲突:
|
首先执行 `git status` 找出哪些文件有冲突:
|
||||||
|
|
||||||
|
@ -770,7 +773,7 @@ Changes not staged for commit:
|
||||||
(master*)$ git mergetool -t opendiff
|
(master*)$ git mergetool -t opendiff
|
||||||
```
|
```
|
||||||
|
|
||||||
在你解决完所有冲突和测试过后, `git add` 变化了的(changed)文件, 然后用`git rebase --continue` 继续rebase。
|
在你解决完所有冲突和测试过后, `git add` 变化了的(changed)文件, 然后用`git rebase --continue` 继续 rebase。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(my-branch)$ git add README.md
|
(my-branch)$ git add README.md
|
||||||
|
@ -779,7 +782,7 @@ Changes not staged for commit:
|
||||||
|
|
||||||
如果在解决完所有的冲突过后,得到了与提交前一样的结果, 可以执行`git rebase --skip`。
|
如果在解决完所有的冲突过后,得到了与提交前一样的结果, 可以执行`git rebase --skip`。
|
||||||
|
|
||||||
任何时候你想结束整个rebase 过程,回来rebase前的分支状态, 你可以做:
|
任何时候你想结束整个 rebase 过程,回来 rebase 前的分支状态, 你可以做:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(my-branch)$ git rebase --abort
|
(my-branch)$ git rebase --abort
|
||||||
|
@ -814,7 +817,7 @@ $ git push <remote> :refs/tags/<tag_name>
|
||||||
$ git fsck --unreachable | grep tag
|
$ git fsck --unreachable | grep tag
|
||||||
```
|
```
|
||||||
|
|
||||||
记下这个标签(tag)的hash,然后用Git的 [update-ref](http://git-scm.com/docs/git-update-ref):
|
记下这个标签(tag)的 hash,然后用 Git 的 [update-ref](http://git-scm.com/docs/git-update-ref):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git update-ref refs/tags/<tag_name> <hash>
|
$ git update-ref refs/tags/<tag_name> <hash>
|
||||||
|
@ -824,9 +827,9 @@ $ git update-ref refs/tags/<tag_name> <hash>
|
||||||
|
|
||||||
### 已删除补丁(patch)
|
### 已删除补丁(patch)
|
||||||
|
|
||||||
如果某人在 GitHub 上给你发了一个pull request, 但是然后他删除了他自己的原始 fork, 你将没法克隆他们的提交(commit)或使用 `git am`。在这种情况下, 最好手动的查看他们的提交(commit),并把它们拷贝到一个本地新分支,然后做提交。
|
如果某人在 GitHub 上给你发了一个 pull request, 但是然后他删除了他自己的原始 fork, 你将没法克隆他们的提交(commit)或使用 `git am`。在这种情况下, 最好手动的查看他们的提交(commit),并把它们拷贝到一个本地新分支,然后做提交。
|
||||||
|
|
||||||
做完提交后, 再修改作者,参见[变更作者](#commit-wrong-author)。 然后, 应用变化, 再发起一个新的pull request。
|
做完提交后, 再修改作者,参见[变更作者](#commit-wrong-author)。 然后, 应用变化, 再发起一个新的 pull request。
|
||||||
|
|
||||||
## 跟踪文件(Tracking Files)
|
## 跟踪文件(Tracking Files)
|
||||||
|
|
||||||
|
@ -836,7 +839,7 @@ $ git update-ref refs/tags/<tag_name> <hash>
|
||||||
(master)$ git mv --force myfile MyFile
|
(master)$ git mv --force myfile MyFile
|
||||||
```
|
```
|
||||||
|
|
||||||
### 我想从Git删除一个文件,但保留该文件
|
### 我想从 Git 删除一个文件,但保留该文件
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(master)$ git rm --cached log.txt
|
(master)$ git rm --cached log.txt
|
||||||
|
@ -844,9 +847,9 @@ $ git update-ref refs/tags/<tag_name> <hash>
|
||||||
|
|
||||||
## 配置(Configuration)
|
## 配置(Configuration)
|
||||||
|
|
||||||
### 我想给一些Git命令添加别名(alias)
|
### 我想给一些 Git 命令添加别名(alias)
|
||||||
|
|
||||||
在 OS X 和 Linux 下, 你的 Git的配置文件储存在 ```\~/.gitconfig```。我在```[alias]``` 部分添加了一些快捷别名(和一些我容易拼写错误的),如下:
|
在 OS X 和 Linux 下, 你的 Git 的配置文件储存在 `\~/.gitconfig`。我在`[alias]` 部分添加了一些快捷别名(和一些我容易拼写错误的),如下:
|
||||||
|
|
||||||
```vim
|
```vim
|
||||||
[alias]
|
[alias]
|
||||||
|
@ -873,7 +876,7 @@ $ git update-ref refs/tags/<tag_name> <hash>
|
||||||
|
|
||||||
### 我想缓存一个仓库(repository)的用户名和密码
|
### 我想缓存一个仓库(repository)的用户名和密码
|
||||||
|
|
||||||
你可能有一个仓库需要授权,这时你可以缓存用户名和密码,而不用每次推/拉(push/pull)的时候都输入,Credential helper能帮你。
|
你可能有一个仓库需要授权,这时你可以缓存用户名和密码,而不用每次推/拉(push/pull)的时候都输入,Credential helper 能帮你。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git config --global credential.helper cache
|
$ git config --global credential.helper cache
|
||||||
|
@ -889,7 +892,7 @@ $ git config --global credential.helper 'cache --timeout=3600'
|
||||||
|
|
||||||
你把事情搞砸了:你 `重置(reset)` 了一些东西, 或者你合并了错误的分支, 亦或你强推了后找不到你自己的提交(commit)了。有些时候, 你一直都做得很好, 但你想回到以前的某个状态。
|
你把事情搞砸了:你 `重置(reset)` 了一些东西, 或者你合并了错误的分支, 亦或你强推了后找不到你自己的提交(commit)了。有些时候, 你一直都做得很好, 但你想回到以前的某个状态。
|
||||||
|
|
||||||
这就是 `git reflog` 的目的, `reflog` 记录对分支顶端(the tip of a branch)的任何改变, 即使那个顶端没有被任何分支或标签引用。基本上, 每次HEAD的改变, 一条新的记录就会增加到`reflog`。遗憾的是,这只对本地分支起作用,且它只跟踪动作 (例如,不会跟踪一个没有被记录的文件的任何改变)。
|
这就是 `git reflog` 的目的, `reflog` 记录对分支顶端(the tip of a branch)的任何改变, 即使那个顶端没有被任何分支或标签引用。基本上, 每次 HEAD 的改变, 一条新的记录就会增加到`reflog`。遗憾的是,这只对本地分支起作用,且它只跟踪动作 (例如,不会跟踪一个没有被记录的文件的任何改变)。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
(master)$ git reflog
|
(master)$ git reflog
|
||||||
|
@ -898,17 +901,17 @@ $ git config --global credential.helper 'cache --timeout=3600'
|
||||||
c10f740 HEAD@{2}: checkout: moving from master to 2.2
|
c10f740 HEAD@{2}: checkout: moving from master to 2.2
|
||||||
```
|
```
|
||||||
|
|
||||||
上面的reflog展示了从master分支签出(checkout)到2.2 分支,然后再签回。 那里,还有一个硬重置(hard reset)到一个较旧的提交。最新的动作出现在最上面以 `HEAD@{0}`标识.
|
上面的 reflog 展示了从 master 分支签出(checkout)到 2.2 分支,然后再签回。 那里,还有一个硬重置(hard reset)到一个较旧的提交。最新的动作出现在最上面以 `HEAD@{0}`标识.
|
||||||
|
|
||||||
如果事实证明你不小心回移(move back)了提交(commit), reflog 会包含你不小心回移前master上指向的提交(0254ea7)。
|
如果事实证明你不小心回移(move back)了提交(commit), reflog 会包含你不小心回移前 master 上指向的提交(0254ea7)。
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ git reset --hard 0254ea7
|
$ git reset --hard 0254ea7
|
||||||
```
|
```
|
||||||
|
|
||||||
然后使用git reset就可以把master改回到之前的commit,这提供了一个在历史被意外更改情况下的安全网。
|
然后使用 git reset 就可以把 master 改回到之前的 commit,这提供了一个在历史被意外更改情况下的安全网。
|
||||||
|
|
||||||
## 资源
|
## 资源
|
||||||
|
|
||||||
* https://github.com/k88hudson/git-flight-rules/blob/master/README_zh-CN.md
|
- https://github.com/k88hudson/git-flight-rules/blob/master/README_zh-CN.md
|
||||||
* https://github.com/521xueweihan/git-tips
|
- https://github.com/521xueweihan/git-tips
|
|
@ -2,11 +2,11 @@
|
||||||
title: git 快速指南
|
title: git 快速指南
|
||||||
date: 2017-12-06
|
date: 2017-12-06
|
||||||
categories:
|
categories:
|
||||||
- linux
|
- linux
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
- vcs
|
- vcs
|
||||||
- git
|
- git
|
||||||
---
|
---
|
||||||
|
|
||||||
## 简介
|
## 简介
|
||||||
|
@ -39,7 +39,7 @@ Git 是分布式的。这是 Git 和其它非分布式的版本控制系统,
|
||||||
|
|
||||||
**工作时不需要联网**
|
**工作时不需要联网**
|
||||||
|
|
||||||
首先,分布式版本控制系统根本没有“中央服务器”,每个人的电脑上都是一个完整的版本库,这样,你工作的时候,就不需要联网了,因为版本库就在你自己的电脑上。既然每个人电脑上都有一个完整的版本库,那多个人如何协作呢?比方说你在自己电脑上改了文件A,你的同事也在他的电脑上改了文件A,这时,你们俩之间只需把各自的修改推送给对方,就可以互相看到对方的修改了。
|
首先,分布式版本控制系统根本没有“中央服务器”,每个人的电脑上都是一个完整的版本库,这样,你工作的时候,就不需要联网了,因为版本库就在你自己的电脑上。既然每个人电脑上都有一个完整的版本库,那多个人如何协作呢?比方说你在自己电脑上改了文件 A,你的同事也在他的电脑上改了文件 A,这时,你们俩之间只需把各自的修改推送给对方,就可以互相看到对方的修改了。
|
||||||
|
|
||||||
**更加安全**
|
**更加安全**
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ Git 中使用这种哈希值的情况很多,你将经常看到这种哈希值
|
||||||
|
|
||||||
- **已提交(committed)**
|
- **已提交(committed)**
|
||||||
|
|
||||||
已提交表示数据已经安全的保存在本地数据库中。
|
已提交表示数据已经安全的保存在本地数据库中。
|
||||||
|
|
||||||
### 工作区域
|
### 工作区域
|
||||||
|
|
||||||
|
@ -91,12 +91,10 @@ Git 中使用这种哈希值的情况很多,你将经常看到这种哈希值
|
||||||
|
|
||||||
工作区是对项目的某个版本独立提取出来的内容。 这些从 Git 仓库的压缩数据库中提取出来的文件,放在磁盘上供你使用或修改。
|
工作区是对项目的某个版本独立提取出来的内容。 这些从 Git 仓库的压缩数据库中提取出来的文件,放在磁盘上供你使用或修改。
|
||||||
|
|
||||||
|
* **暂存区(staging)**
|
||||||
- **暂存区(staging)**
|
|
||||||
|
|
||||||
暂存区是一个文件,保存了下次将提交的文件列表信息,一般在 Git 仓库目录中。 有时候也被称作`‘索引’',不过一般说法还是叫暂存区。
|
暂存区是一个文件,保存了下次将提交的文件列表信息,一般在 Git 仓库目录中。 有时候也被称作`‘索引’',不过一般说法还是叫暂存区。
|
||||||
|
|
||||||
|
|
||||||
- **本地仓库(local)**
|
- **本地仓库(local)**
|
||||||
|
|
||||||
提交更新,找到暂存区域的文件,将快照永久性存储到 Git 本地仓库。
|
提交更新,找到暂存区域的文件,将快照永久性存储到 Git 本地仓库。
|
||||||
|
@ -502,7 +500,7 @@ mZ+AW4OZPnTPI89ZPmVMLuayrD2cE86Z/il8b+gw3r3+1nKatmIkjn2so1d01QraTlMqVSsbx
|
||||||
NrRFi9wrf+M7Q== schacon@mylaptop.local
|
NrRFi9wrf+M7Q== schacon@mylaptop.local
|
||||||
```
|
```
|
||||||
|
|
||||||
在你的 Github 账户中,依次点击 **Settings** > **SSH and GPG keys** > **New SSH key**
|
在你的 Github 账户中,依次点击 **Settings** > **SSH and GPG keys** > **New SSH key**
|
||||||
|
|
||||||
然后,将上面生成的公钥内容粘贴到 `Key` 编辑框并保存。至此大功告成。
|
然后,将上面生成的公钥内容粘贴到 `Key` 编辑框并保存。至此大功告成。
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<title>linux-tutorial</title>
|
<title>linux-tutorial</title>
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||||
<meta name="description" content="Description" />
|
<meta name="description" content="Linux 教程" />
|
||||||
<meta
|
<meta
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
|
||||||
|
|
|
@ -1,93 +0,0 @@
|
||||||
# Linux 教程
|
|
||||||
|
|
||||||
## :bulb: 指南
|
|
||||||
|
|
||||||
学习之前,先看一下入门三问:
|
|
||||||
|
|
||||||
> 什么是 Linux?
|
|
||||||
>
|
|
||||||
> Linux 是一套免费使用和自由传播的类 Unix 操作系统,是一个基于 POSIX 和 UNIX 的多用户、多任务、支持多线程和多 CPU 的操作系统。它能运行主要的 UNIX 工具软件、应用程序和网络协议。它支持 32 位和 64 位硬件。Linux 继承了 Unix 以网络为核心的设计思想,是一个性能稳定的多用户网络操作系统。
|
|
||||||
|
|
||||||
> 为什么学习 Linux?
|
|
||||||
>
|
|
||||||
> Linux 常用于网站服务器或嵌入式应用。世界上大部分网站都部署在 Linux 服务器上,作为一名 web 开发人员,
|
|
||||||
|
|
||||||
如何学习 Linux?
|
|
||||||
|
|
||||||
## :memo: 知识点
|
|
||||||
|
|
||||||
### [Linux 命令](cli)
|
|
||||||
|
|
||||||
> 根据应用场景,将常见 Linux 命令分门别类的一一介绍。
|
|
||||||
>
|
|
||||||
> 如果想快速学习,推荐参考这篇文章:[命令行的艺术(转载)](cli/命令行的艺术.md)
|
|
||||||
|
|
||||||
1. [查看 Linux 命令帮助信息](cli/01.查看Linux命令帮助信息.md) - 关键词:`help`, `whatis`, `info`, `which`, `whereis`, `man`
|
|
||||||
2. [Linux 文件目录管理](cli/02.Linux文件目录管理.md) - 关键词:`cd`, `ls`, `pwd`, `mkdir`, `rmdir`, `tree`, `touch`, `ln`, `rename`, `stat`, `file`, `chmod`, `chown`, `locate`, `find`, `cp`, `mv`, `rm`
|
|
||||||
3. [Linux 文件内容查看命令](cli/03.Linux文件内容查看编辑.md) - 关键词:`cat`, `head`, `tail`, `more`, `less`, `sed`, `vi`, `grep`
|
|
||||||
4. [Linux 文件压缩和解压](cli/04.Linux文件压缩和解压.md) - 关键词:`tar`, `gzip`, `zip`, `unzip`
|
|
||||||
5. [Linux 用户管理](cli/05.Linux用户管理.md) - 关键词:`groupadd`, `groupdel`, `groupmod`, `useradd`, `userdel`, `usermod`, `passwd`, `su`, `sudo`
|
|
||||||
6. [Linux 系统管理](cli/06.Linux系统管理.md) - 关键词:`reboot`, `exit`, `shutdown`, `date`, `mount`, `umount`, `ps`, `kill`, `systemctl`, `service`, `crontab`
|
|
||||||
7. [Linux 网络管理](cli/07.Linux网络管理.md) - 关键词:关键词:`curl`, `wget`, `telnet`, `ip`, `hostname`, `ifconfig`, `route`, `ssh`, `ssh-keygen`, `firewalld`, `iptables`, `host`, `nslookup`, `nc`/`netcat`, `ping`, `traceroute`, `netstat`
|
|
||||||
8. [Linux 硬件管理](cli/08.Linux硬件管理.md) - 关键词:`df`, `du`, `top`, `free`, `iotop`
|
|
||||||
9. [Linux 软件管理](cli/09.Linux软件管理.md) - 关键词:`rpm`, `yum`, `apt-get`
|
|
||||||
|
|
||||||
### [工具](tool)
|
|
||||||
|
|
||||||
- [Git](tool/git)
|
|
||||||
- [Vim](tool/vim.md)
|
|
||||||
|
|
||||||
### [Linux 运维](ops)
|
|
||||||
|
|
||||||
#### Linux 服务器运维
|
|
||||||
|
|
||||||
- [Linux 典型运维应用](ops/linux典型运维应用.md)
|
|
||||||
- [samba 使用详解](ops/samba使用详解.md)
|
|
||||||
|
|
||||||
#### 应用、服务、工具运维和调优
|
|
||||||
|
|
||||||
- 研发环境
|
|
||||||
- [JDK](ops/service/jdk.md)
|
|
||||||
- [Nodejs](ops/service/nodejs.md)
|
|
||||||
- [Tomcat](ops/service/tomcat.md)
|
|
||||||
- [Zookeeper](ops/service/zookeeper.md)
|
|
||||||
- 研发工具
|
|
||||||
- [Nexus](ops/service/nexus.md)
|
|
||||||
- [Jenkins](ops/service/jenkins.md) - 持续集成和持续交付平台。
|
|
||||||
- [Elastic](ops/service/elastic) - 常被称为 `ELK` ,是 Java 世界最流行的分布式日志解决方案 。 `ELK` 是 Elastic 公司旗下三款产品 [ElasticSearch](https://www.elastic.co/products/elasticsearch) 、[Logstash](https://www.elastic.co/products/logstash) 、[Kibana](https://www.elastic.co/products/kibana) 的首字母组合。
|
|
||||||
- [Apollo](ops/service/apollo) - 分布式配置中心
|
|
||||||
- 版本控制
|
|
||||||
- [Gitlab](ops/service/gitlab) - Git 代码管理平台。
|
|
||||||
- [Svn](ops/service/svn.md) - Svn 是 Subversion 的简称,是一个开放源代码的版本控制系统,它采用了分支管理系统。
|
|
||||||
- 消息中间件
|
|
||||||
- [Kafka](ops/service/kafka.md) - 应该是 Java 世界最流行的消息中间件了吧。
|
|
||||||
- [RocketMQ](ops/service/rocketmq.md) - 阿里巴巴开源的消息中间件。
|
|
||||||
- 数据库
|
|
||||||
- [Mysql](https://github.com/dunwu/database/blob/master/docs/mysql/install-mysql.md) - 关系型数据库
|
|
||||||
- [PostgreSQL](https://github.com/dunwu/database/blob/master/docs/postgresql.md#安装) - 关系型数据库
|
|
||||||
- [Mongodb](https://github.com/dunwu/database/blob/master/docs/mongodb/install-mongodb.md) - Nosql
|
|
||||||
- [Redis](https://github.com/dunwu/database/blob/master/docs/redis/install-redis.md) - Nosql
|
|
||||||
|
|
||||||
## :books: 学习资源
|
|
||||||
|
|
||||||
### Linux 资源汇总
|
|
||||||
|
|
||||||
- [awesome-linux](https://github.com/aleksandar-todorovic/awesome-linux) - Linux 资源汇总
|
|
||||||
- [awesome-linux-software](https://github.com/LewisVo/Awesome-Linux-Software) - Linux 软件汇总
|
|
||||||
|
|
||||||
### Linux 教程
|
|
||||||
|
|
||||||
- [鸟哥的私房菜](http://cn.linux.vbird.org/) - 久负盛名的 Linux 教程
|
|
||||||
- [菜鸟教程-Linux](http://www.runoob.com/linux/linux-tutorial.html) - 入门级 Linux 教程
|
|
||||||
- [Linux 工具快速教程](https://github.com/me115/linuxtools_rst)
|
|
||||||
|
|
||||||
### Linux 帮助手册
|
|
||||||
|
|
||||||
- [命令行的艺术](https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md) - Linux 命令 cheat sheet
|
|
||||||
- [Linux 命令大全](http://man.linuxde.net/) - Linux 命令在线帮助手册
|
|
||||||
- [linux-command](https://github.com/jaywcjlove/linux-command) - Linux 命令在线帮助手册
|
|
||||||
- [linux-tutorial](https://github.com/judasn/Linux-Tutorial) - Linux 环境下各种软件安装部署
|
|
||||||
|
|
||||||
## :door: 传送门
|
|
||||||
|
|
||||||
| [linux-tutorial](https://github.com/dunwu/linux-tutorial) | [blog](https://github.com/dunwu/blog) |
|
|
|
@ -6,12 +6,12 @@
|
||||||
>
|
>
|
||||||
> 如果想快速学习,推荐参考这篇文章:[命令行的艺术(转载)](命令行的艺术.md)
|
> 如果想快速学习,推荐参考这篇文章:[命令行的艺术(转载)](命令行的艺术.md)
|
||||||
|
|
||||||
1. [查看 Linux 命令帮助信息](01.查看Linux命令帮助信息.md) - 关键词:`help`, `whatis`, `info`, `which`, `whereis`, `man`
|
- [查看 Linux 命令帮助信息](查看Linux命令帮助信息.md) - 关键词:`help`, `whatis`, `info`, `which`, `whereis`, `man`
|
||||||
2. [Linux 文件目录管理](02.Linux文件目录管理.md) - 关键词:`cd`, `ls`, `pwd`, `mkdir`, `rmdir`, `tree`, `touch`, `ln`, `rename`, `stat`, `file`, `chmod`, `chown`, `locate`, `find`, `cp`, `mv`, `rm`
|
- [Linux 文件目录管理](Linux文件目录管理.md) - 关键词:`cd`, `ls`, `pwd`, `mkdir`, `rmdir`, `tree`, `touch`, `ln`, `rename`, `stat`, `file`, `chmod`, `chown`, `locate`, `find`, `cp`, `mv`, `rm`
|
||||||
3. [Linux 文件内容查看命令](03.Linux文件内容查看编辑.md) - 关键词:`cat`, `head`, `tail`, `more`, `less`, `sed`, `vi`, `grep`
|
- [Linux 文件内容查看命令](Linux文件内容查看编辑.md) - 关键词:`cat`, `head`, `tail`, `more`, `less`, `sed`, `vi`, `grep`
|
||||||
4. [Linux 文件压缩和解压](04.Linux文件压缩和解压.md) - 关键词:`tar`, `gzip`, `zip`, `unzip`
|
- [Linux 文件压缩和解压](Linux文件压缩和解压.md) - 关键词:`tar`, `gzip`, `zip`, `unzip`
|
||||||
5. [Linux 用户管理](05.Linux用户管理.md) - 关键词:`groupadd`, `groupdel`, `groupmod`, `useradd`, `userdel`, `usermod`, `passwd`, `su`, `sudo`
|
- [Linux 用户管理](Linux用户管理.md) - 关键词:`groupadd`, `groupdel`, `groupmod`, `useradd`, `userdel`, `usermod`, `passwd`, `su`, `sudo`
|
||||||
6. [Linux 系统管理](06.Linux系统管理.md) - 关键词:`reboot`, `exit`, `shutdown`, `date`, `mount`, `umount`, `ps`, `kill`, `systemctl`, `service`, `crontab`
|
- [Linux 系统管理](Linux系统管理.md) - 关键词:`reboot`, `exit`, `shutdown`, `date`, `mount`, `umount`, `ps`, `kill`, `systemctl`, `service`, `crontab`
|
||||||
7. [Linux 网络管理](07.Linux网络管理.md) - 关键词:关键词:`curl`, `wget`, `telnet`, `ip`, `hostname`, `ifconfig`, `route`, `ssh`, `ssh-keygen`, `firewalld`, `iptables`, `host`, `nslookup`, `nc`/`netcat`, `ping`, `traceroute`, `netstat`
|
- [Linux 网络管理](Linux网络管理.md) - 关键词:关键词:`curl`, `wget`, `telnet`, `ip`, `hostname`, `ifconfig`, `route`, `ssh`, `ssh-keygen`, `firewalld`, `iptables`, `host`, `nslookup`, `nc`/`netcat`, `ping`, `traceroute`, `netstat`
|
||||||
8. [Linux 硬件管理](08.Linux硬件管理.md) - 关键词:`df`, `du`, `top`, `free`, `iotop`
|
- [Linux 硬件管理](Linux硬件管理.md) - 关键词:`df`, `du`, `top`, `free`, `iotop`
|
||||||
9. [Linux 软件管理](09.Linux软件管理.md) - 关键词:`rpm`, `yum`, `apt-get`
|
- [Linux 软件管理](Linux硬件管理.md) - 关键词:`rpm`, `yum`, `apt-get`
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
# Linux 运维
|
||||||
|
|
||||||
|
- [linux 典型运维应用](linux典型运维应用.md)
|
||||||
|
- [samba 使用详解](samba使用详解.md)
|
|
@ -0,0 +1,15 @@
|
||||||
|
# 软件安装配置
|
||||||
|
|
||||||
|
- [JDK 安装](jdk-install.md)
|
||||||
|
- [Elastic 安装](elastic)
|
||||||
|
- [Gitlab 安装](kafka-install.md)
|
||||||
|
- [Jenkins 安装](jenkins-install.md)
|
||||||
|
- [Kafka 安装](kafka-install.md)
|
||||||
|
- [Maven 安装](maven-install.md)
|
||||||
|
- [Nexus 安装](nexus-install.md)
|
||||||
|
- [Nodejs 安装](nodejs-install.md)
|
||||||
|
- [RocketMQ 安装](rocketmq-install.md)
|
||||||
|
- [Svn 安装](svn-install.md)
|
||||||
|
- [Tomcat 安装](tomcat-install.md)
|
||||||
|
- [Zookeeper 安装](zookeeper-install.md)
|
||||||
|
- [Nacos 安装](nacos-install.md)
|
|
@ -0,0 +1,46 @@
|
||||||
|
# Maven 安装
|
||||||
|
|
||||||
|
> 环境要求:
|
||||||
|
>
|
||||||
|
> - JDK
|
||||||
|
|
||||||
|
<!-- TOC depthFrom:2 depthTo:3 -->
|
||||||
|
|
||||||
|
- [安装方法](#安装方法)
|
||||||
|
- [脚本](#脚本)
|
||||||
|
|
||||||
|
<!-- /TOC -->
|
||||||
|
|
||||||
|
## 安装方法
|
||||||
|
|
||||||
|
安装步骤如下:
|
||||||
|
|
||||||
|
(1)下载
|
||||||
|
|
||||||
|
进入官网下载地址:https://maven.apache.org/download.cgi ,选择合适的版本下载。
|
||||||
|
|
||||||
|
我选择的是最新 Maven3 版本:http://mirrors.hust.edu.cn/apache/maven/maven-3/3.5.2/binaries/apache-maven-3.5.2-bin.tar.gz
|
||||||
|
|
||||||
|
(2)解压到本地
|
||||||
|
|
||||||
|
我个人喜欢存放在:`/opt/maven`
|
||||||
|
|
||||||
|
(3)设置环境变量
|
||||||
|
|
||||||
|
输入 `vi /etc/profile` ,添加环境变量如下:
|
||||||
|
|
||||||
|
```
|
||||||
|
# MAVEN 的根路径
|
||||||
|
export MAVEN_HOME=/opt/maven/apache-maven-3.5.2
|
||||||
|
export PATH=\$MAVEN_HOME/bin:\$PATH
|
||||||
|
```
|
||||||
|
|
||||||
|
执行 `source /etc/profile` ,立即生效
|
||||||
|
|
||||||
|
(4)检验是否安装成功,执行 `mvn -v` 命令
|
||||||
|
|
||||||
|
## 脚本
|
||||||
|
|
||||||
|
以上两种安装方式,我都写了脚本去执行:
|
||||||
|
|
||||||
|
| [安装脚本](https://github.com/dunwu/OS/tree/master/codes/deploy/tool/maven) |
|
|
@ -0,0 +1,193 @@
|
||||||
|
# 部署并使用 Nexus 作为 Maven 私服
|
||||||
|
|
||||||
|
> 关键词:maven, nexus
|
||||||
|
>
|
||||||
|
> 部署环境
|
||||||
|
>
|
||||||
|
> - Nexus 3.13.0
|
||||||
|
> - JDK 1.8
|
||||||
|
> - Maven 3.5.4
|
||||||
|
|
||||||
|
<!-- TOC depthFrom:2 depthTo:3 -->
|
||||||
|
|
||||||
|
- [下载安装 Nexus](#下载安装-nexus)
|
||||||
|
- [启动停止 Nexus](#启动停止-nexus)
|
||||||
|
- [使用 Nexus](#使用-nexus)
|
||||||
|
- [配置 settings.xml](#配置-settingsxml)
|
||||||
|
- [配置 pom.xml](#配置-pomxml)
|
||||||
|
- [执行 maven 构建](#执行-maven-构建)
|
||||||
|
- [参考资料](#参考资料)
|
||||||
|
|
||||||
|
<!-- /TOC -->
|
||||||
|
|
||||||
|
## 下载安装 Nexus
|
||||||
|
|
||||||
|
进入[官方下载地址](https://www.sonatype.com/download-oss-sonatype),选择合适版本下载。
|
||||||
|
|
||||||
|
![](http://dunwu.test.upcdn.net/snap/20181127203029.png)
|
||||||
|
|
||||||
|
本人希望将 Nexus 部署在 Linux 机器,所以选用的是 Unix 版本。
|
||||||
|
|
||||||
|
这里,如果想通过命令方式直接下载(比如用脚本安装),可以在[官方历史发布版本页面](https://help.sonatype.com/repomanager3/download/download-archives---repository-manager-3)中找到合适版本,然后执行以下命令:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
wget -O /opt/maven/nexus-unix.tar.gz http://download.sonatype.com/nexus/3/nexus-3.13.0-01-unix.tar.gz
|
||||||
|
tar -zxf nexus-unix.tar.gz
|
||||||
|
```
|
||||||
|
|
||||||
|
解压后,有两个目录:
|
||||||
|
|
||||||
|
- nexus-3.13.0-01 - 包含了 Nexus 运行所需要的文件。是 Nexus 运行必须的。
|
||||||
|
- sonatype-work - 包含了 Nexus 生成的配置文件、日志文件、仓库文件等。当我们需要备份 Nexus 的时候默认备份此目录即可。
|
||||||
|
|
||||||
|
## 启动停止 Nexus
|
||||||
|
|
||||||
|
进入 nexus-3.13.0-01/bin 目录,有一个可执行脚本 nexus。
|
||||||
|
|
||||||
|
执行 `./nexus`,可以查看允许执行的参数,如下所示,含义可谓一目了然:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ ./nexus
|
||||||
|
Usage: ./nexus {start|stop|run|run-redirect|status|restart|force-reload}
|
||||||
|
```
|
||||||
|
|
||||||
|
- 启动 nexus - `./nexus start`
|
||||||
|
- 停止 nexus -
|
||||||
|
|
||||||
|
启动成功后,在浏览器中访问 `http://<ip>:8081`,欢迎页面如下图所示:
|
||||||
|
|
||||||
|
![](http://dunwu.test.upcdn.net/snap/20181127203131.png)
|
||||||
|
|
||||||
|
点击右上角 Sign in 登录,默认用户名/密码为:admin/admin123。
|
||||||
|
|
||||||
|
有必要提一下的是,在 Nexus 的 Repositories 管理页面,展示了可用的 maven 仓库,如下图所示:
|
||||||
|
|
||||||
|
![](http://dunwu.test.upcdn.net/snap/20181127203156.png)
|
||||||
|
|
||||||
|
> 说明:
|
||||||
|
>
|
||||||
|
> - maven-central - maven 中央库(如果没有配置 mirror,默认就从这里下载 jar 包),从 https://repo1.maven.org/maven2/ 获取资源
|
||||||
|
> - maven-releases - 存储私有仓库的发行版 jar 包
|
||||||
|
> - maven-snapshots - 存储私有仓库的快照版(调试版本) jar 包
|
||||||
|
> - maven-public - 私有仓库的公共空间,把上面三个仓库组合在一起对外提供服务,在本地 maven 基础配置 settings.xml 中使用。
|
||||||
|
|
||||||
|
## 使用 Nexus
|
||||||
|
|
||||||
|
如果要使用 Nexus,还必须在 settings.xml 和 pom.xml 中配置认证信息。
|
||||||
|
|
||||||
|
### 配置 settings.xml
|
||||||
|
|
||||||
|
一份完整的 `settings.xml`:
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd">
|
||||||
|
<pluginGroups>
|
||||||
|
<pluginGroup>org.sonatype.plugins</pluginGroup>
|
||||||
|
</pluginGroups>
|
||||||
|
|
||||||
|
<!-- Maven 私服账号信息 -->
|
||||||
|
<servers>
|
||||||
|
<server>
|
||||||
|
<id>releases</id>
|
||||||
|
<username>admin</username>
|
||||||
|
<password>admin123</password>
|
||||||
|
</server>
|
||||||
|
<server>
|
||||||
|
<id>snapshots</id>
|
||||||
|
<username>admin</username>
|
||||||
|
<password>admin123</password>
|
||||||
|
</server>
|
||||||
|
</servers>
|
||||||
|
|
||||||
|
<!-- jar 包下载地址 -->
|
||||||
|
<mirrors>
|
||||||
|
<mirror>
|
||||||
|
<id>public</id>
|
||||||
|
<mirrorOf>*</mirrorOf>
|
||||||
|
<url>http://10.255.255.224:8081/repository/maven-public/</url>
|
||||||
|
</mirror>
|
||||||
|
</mirrors>
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>zp</id>
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>central</id>
|
||||||
|
<url>http://central</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>central</id>
|
||||||
|
<url>http://central</url>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
<updatePolicy>always</updatePolicy>
|
||||||
|
</snapshots>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
|
|
||||||
|
<activeProfiles>
|
||||||
|
<activeProfile>zp</activeProfile>
|
||||||
|
</activeProfiles>
|
||||||
|
</settings>
|
||||||
|
```
|
||||||
|
|
||||||
|
### 配置 pom.xml
|
||||||
|
|
||||||
|
在 pom.xml 中添加如下配置:
|
||||||
|
|
||||||
|
```xml
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>releases</id>
|
||||||
|
<name>Releases</name>
|
||||||
|
<url>http://10.255.255.224:8081/repository/maven-releases</url>
|
||||||
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>snapshots</id>
|
||||||
|
<name>Snapshot</name>
|
||||||
|
<url>http://10.255.255.224:8081/repository/maven-snapshots</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
```
|
||||||
|
|
||||||
|
> 注意:
|
||||||
|
>
|
||||||
|
> - `<repository>` 和 `<snapshotRepository>` 的 id 必须和 `settings.xml` 配置文件中的 `<server>` 标签中的 id 匹配。
|
||||||
|
> - `<url>` 标签的地址需要和 maven 私服的地址匹配。
|
||||||
|
|
||||||
|
### 执行 maven 构建
|
||||||
|
|
||||||
|
如果要使用 settings.xml 中的私服配置,必须通过指定 `-P zp` 来激活 profile。
|
||||||
|
|
||||||
|
示例:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
# 编译并打包 maven 项目
|
||||||
|
$ mvn clean package -Dmaven.skip.test=true -P zp
|
||||||
|
|
||||||
|
# 编译并上传 maven 交付件(jar 包)
|
||||||
|
$ mvn clean deploy -Dmaven.skip.test=true -P zp
|
||||||
|
```
|
||||||
|
|
||||||
|
## 参考资料
|
||||||
|
|
||||||
|
- https://www.cnblogs.com/hoobey/p/6102382.html
|
||||||
|
- https://blog.csdn.net/wzygis/article/details/49276779
|
||||||
|
- https://blog.csdn.net/clj198606061111/article/details/52200928
|
|
@ -1,14 +0,0 @@
|
||||||
# git
|
|
||||||
|
|
||||||
## 目录
|
|
||||||
|
|
||||||
* [快速指南(quickstart)](git-quickstart.md)
|
|
||||||
* 基础篇(basics)
|
|
||||||
* [安装(installation)](basics/git-installation.md)
|
|
||||||
* [配置(configuration)](basics/git-configuration.md)
|
|
||||||
* 进阶篇(advanced)
|
|
||||||
* [git-flow 工作流](advanced/git-flow.md)
|
|
||||||
* 附录(appendix)
|
|
||||||
* [常见问题(faq)](appendix/git-faq.md)
|
|
||||||
* [命令(command)](appendix/git-command.md)
|
|
||||||
* [资源(resource)](appendix/git-resource.md)
|
|
|
@ -1,3 +0,0 @@
|
||||||
# Git 命令
|
|
||||||
|
|
||||||
[github-git-cheat-sheet](https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf)
|
|
|
@ -1,49 +0,0 @@
|
||||||
# Git 资源
|
|
||||||
|
|
||||||
## 官方资源
|
|
||||||
|
|
||||||
* [Git 官网](https://git-scm.com/)
|
|
||||||
* [Git Github](https://github.com/git/git)
|
|
||||||
|
|
||||||
## 模板
|
|
||||||
|
|
||||||
* [gitignore 模板](https://github.com/github/gitignore) - .gitignore 文件模板
|
|
||||||
* [gitattributes 模板](https://github.com/alexkaratarakis/gitattributes) - .gitattributes 文件模板
|
|
||||||
* [github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet) - git 命令简略图表
|
|
||||||
|
|
||||||
## Git 书
|
|
||||||
|
|
||||||
* [Git 官方推荐教程](https://git-scm.com/book/zh/v2) - Scott Chacon 的 Git 书。
|
|
||||||
|
|
||||||
## Git 教程
|
|
||||||
|
|
||||||
* [Git中文教程](https://github.com/geeeeeeeeek/git-recipes)
|
|
||||||
* [廖雪峰的Git教程](https://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000)
|
|
||||||
* [有关 git 的学习资源](https://github.com/xirong/my-git)
|
|
||||||
|
|
||||||
## 文章
|
|
||||||
|
|
||||||
* [Git Cookbook](https://github.com/k88hudson/git-flight-rules/blob/master/README_zh-CN.md)
|
|
||||||
* [Git 奇技淫巧](https://github.com/521xueweihan/git-tips)
|
|
||||||
* [Git 风格指南](https://github.com/aseaday/git-style-guide)
|
|
||||||
|
|
||||||
## Git 工具
|
|
||||||
|
|
||||||
* [guis](https://git-scm.com/downloads/guis) - Git 官网展示的客户端工具列表。
|
|
||||||
* [gogs](https://github.com/gogits/gogs) - 极易搭建的自助 Git 服务。
|
|
||||||
* [gitflow](https://github.com/nvie/gitflow) - 应用 [fit-flow](http://nvie.com/posts/a-successful-git-branching-model/) 模型的工具。
|
|
||||||
* [firstaidgit.io](http://firstaidgit.io/) 一个可搜索的最常被问到的Git的问题
|
|
||||||
* [git-extra-commands](https://github.com/unixorn/git-extra-commands) - 一堆有用的额外的Git脚本
|
|
||||||
* [git-extras](https://github.com/tj/git-extras) - GIT 工具集 -- repo summary, repl, changelog population, author commit percentages and more
|
|
||||||
* [git-fire](https://github.com/qw3rtman/git-fire) - git-fire 是一个 Git 插件,用于帮助在紧急情况下添加所有当前文件, 做提交(committing), 和推(push)到一个新分支(阻止合并冲突)。
|
|
||||||
* [git-tips](https://github.com/git-tips/tips) - Git小提示
|
|
||||||
* [git-town](https://github.com/Originate/git-town) - 通用,高级Git工作流支持! http://www.git-town.com
|
|
||||||
|
|
||||||
## GUI客户端(GUI Clients)
|
|
||||||
|
|
||||||
* [GitKraken](https://www.gitkraken.com/) - 豪华的Git客户端 Windows, Mac & Linux
|
|
||||||
* [git-cola](https://git-cola.github.io/) - 另外一个Git客户端 Windows & OS X
|
|
||||||
* [GitUp](https://github.com/git-up/GitUp) - 一个新的Git客户端,在处理Git的复杂性上有自己的特点
|
|
||||||
* [gitx-dev](https://rowanj.github.io/gitx/) - 图形化的Git客户端 OS X
|
|
||||||
* [Source Tree](https://www.sourcetreeapp.com/) - 免费的图形化Git客户端 Windows & OS X
|
|
||||||
* [Tower](http://www.git-tower.com/) - 图形化Git客户端 OS X(付费)
|
|
|
@ -1,21 +0,0 @@
|
||||||
# Git 安装
|
|
||||||
|
|
||||||
## 安装方法
|
|
||||||
|
|
||||||
> Git 可以安装在 Mac、Windows、Linux/Unix 环境。
|
|
||||||
|
|
||||||
### Mac
|
|
||||||
|
|
||||||
在 [mac 下载页面](https://git-scm.com/download/mac) 选择合适版本,按照安装向导安装。
|
|
||||||
|
|
||||||
### Windows
|
|
||||||
|
|
||||||
在 [win 下载页面](https://git-scm.com/download/win) 选择合适版本,按照安装向导安装。
|
|
||||||
|
|
||||||
### Linux/Unix
|
|
||||||
|
|
||||||
参考 [linux 下载页面](https://git-scm.com/download/linux) 的指导,根据实际发行版本下载安装 Git。
|
|
||||||
|
|
||||||
## 资料
|
|
||||||
|
|
||||||
* [https://git-scm.com/downloads](https://git-scm.com/downloads)
|
|
|
@ -1,25 +1,33 @@
|
||||||
- Linux 命令
|
- :abc: [Linux 命令](linux/cli/README.md)
|
||||||
- [查看 Linux 命令帮助信息](linux/cli/01.查看Linux命令帮助信息.md)
|
- [查看 Linux 命令帮助信息](linux/cli/查看Linux命令帮助信息.md)
|
||||||
- [Linux 文件目录管理](linux/cli/02.Linux文件目录管理.md)
|
- [Linux 文件目录管理](linux/cli/Linux文件目录管理.md)
|
||||||
- [Linux 文件内容查看命令](linux/cli/03.Linux文件内容查看编辑.md)
|
- [Linux 文件内容查看命令](linux/cli/Linux文件内容查看编辑.md)
|
||||||
- [Linux 文件压缩和解压](linux/cli/04.Linux文件压缩和解压.md)
|
- [Linux 文件压缩和解压](linux/cli/Linux文件压缩和解压.md)
|
||||||
- [Linux 用户管理](linux/cli/05.Linux用户管理.md)
|
- [Linux 用户管理](linux/cli/Linux用户管理.md)
|
||||||
- [Linux 系统管理](linux/cli/06.Linux系统管理.md)
|
- [Linux 系统管理](linux/cli/Linux系统管理.md)
|
||||||
- [Linux 网络管理](linux/cli/07.Linux网络管理.md)
|
- [Linux 网络管理](linux/cli/Linux网络管理.md)
|
||||||
- [Linux 硬件管理](linux/cli/08.Linux硬件管理.md)
|
- [Linux 硬件管理](linux/cli/Linux硬件管理.md)
|
||||||
- [Linux 软件管理](linux/cli/09.Linux软件管理.md)
|
- [Linux 软件管理](linux/cli/Linux硬件管理.md)
|
||||||
- Linux 软件安装配置
|
- :wrench: [Linux 运维](linux/ops/README.md)
|
||||||
- [JDK 安装](linux/soft/jdk.md)
|
- [linux 典型运维应用](linux/ops/linux典型运维应用.md)
|
||||||
|
- [samba 使用详解](linux/ops/samba使用详解.md)
|
||||||
|
- :package: [软件安装配置](linux/soft/README.md)
|
||||||
|
- [JDK 安装](linux/soft/jdk-install.md)
|
||||||
- [Elastic 安装](linux/soft/elastic)
|
- [Elastic 安装](linux/soft/elastic)
|
||||||
- [Gitlab 安装](linux/soft/kafka.md)
|
- [Gitlab 安装](linux/soft/kafka-install.md)
|
||||||
- [Jenkins 安装](linux/soft/jenkins.md)
|
- [Jenkins 安装](linux/soft/jenkins-install.md)
|
||||||
- [Kafka 安装](linux/soft/kafka.md)
|
- [Kafka 安装](linux/soft/kafka-install.md)
|
||||||
- [Maven 安装](https://github.com/dunwu/java-tutorial/blob/master/docs/javatool/build/maven/maven-install.md)
|
- [Maven 安装](linux/soft/maven-install.md)
|
||||||
- [Nexus 安装](https://github.com/dunwu/java-tutorial/blob/master/docs/javatool/build/maven/nexus.md)
|
- [Nexus 安装](linux/soft/nexus-install.md)
|
||||||
- [Nginx 教程](https://github.com/dunwu/nginx-tutorial)
|
- [Nginx 教程](https://github.com/dunwu/nginx-tutorial)
|
||||||
- [Nodejs 安装](linux/soft/nodejs.md)
|
- [Nodejs 安装](linux/soft/nodejs-install.md)
|
||||||
- [RocketMQ 安装](linux/soft/rocketmq.md)
|
- [RocketMQ 安装](linux/soft/rocketmq-install.md)
|
||||||
- [Svn 安装](linux/soft/svn.md)
|
- [Svn 安装](linux/soft/svn-install.md)
|
||||||
- [Tomcat 安装](linux/soft/tomcat.md)
|
- [Tomcat 安装](linux/soft/tomcat-install.md)
|
||||||
- [Zookeeper 安装](linux/soft/zookeeper.md)
|
- [Zookeeper 安装](linux/soft/zookeeper-install.md)
|
||||||
- [Nacos 安装](linux/soft/nacos.md)
|
- [Nacos 安装](linux/soft/nacos-install.md)
|
||||||
|
- :gift: [Git 教程](git/README.md)
|
||||||
|
- [Git 快速指南](git/git-quickstart.md)
|
||||||
|
- [Git 配置](git/git-configuration.md)
|
||||||
|
- [git-flow 工作流](git/git-flow.md)
|
||||||
|
- [Git 常见问题](git/git-faq.md)
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
{
|
||||||
|
"name": "linux-tutorial",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"scripts": {
|
||||||
|
"start": "docsify serve ./"
|
||||||
|
},
|
||||||
|
"dependencies": {},
|
||||||
|
"devDependencies": {}
|
||||||
|
}
|
Loading…
Reference in New Issue