Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Latest commit

 

History

History
65 lines (42 loc) · 2.33 KB

README.md

File metadata and controls

65 lines (42 loc) · 2.33 KB

本仓库不再维护,更新的内容前往:ZJDoc/GitGuide

git-guide

Documentation Status standard-readme compliant Conventional Commits Commitizen friendly

版本管理概念以及GIT相关操作

内容列表

背景

版本管理是程序员必备的知识之一,GIT就是其中一款优秀的版本管理工具,基于GIT衍生的github/gitlab等源代码托管网站也需要好好学习一番

安装

文档工具安装

$ pip install -r requirements.txt

用法

有两种使用方式

  1. 在线浏览文档:GIT使用指南

  2. 本地生成文档,实现如下:

    $ git clone https://github.com/zjZSTU/git-guide.git
    $ cd git-guide
    $ mkdocs serve
    

    启动本地服务器后即可登录浏览器localhost:8000

主要维护人员

  • zhujian - Initial work - zjZSTU

参与贡献方式

欢迎任何人的参与!打开issue或提交合并请求。

注意:

许可证

Apache License 2.0 © 2019 zjZSTU