first commit

This commit is contained in:
light
2017-05-19 11:14:30 +08:00
parent d194b5f2eb
commit e1865a5782
14 changed files with 1335 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
# install or update git
``` bash
$ sudo add-apt-repository ppa:git-core/ppa
$ sudo apt-get update
$ sudo apt-get install git
```