Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Git is a distributed version control system.
Git is free software distributed under the GPL.
Creating a new branch is quick.

添加和提交
你可以提出更改(把它们添加到暂存区),使用如下命令:
git add <filename>
git add *
这是 git 基本工作流程的第一步;使用如下命令以实际提交改动:
git commit -m "代码提交信息"
现在,你的改动已经提交到了 HEAD,但是还没到你的远端仓库。

------------不识别中文?
------------

不识别中文
Non recognition of Chinese


----2017-05-11 好久没用过git了,距离上次使用已经过去5个月了
不过后面会坚持至少每周都是用到的

About

Learn and use

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors