An open API service indexing awesome lists of open source software.

https://github.com/rexhang/how-to-use

git命令行工具的简单使用
https://github.com/rexhang/how-to-use

Last synced: 4 months ago
JSON representation

git命令行工具的简单使用

Awesome Lists containing this project

README

          

# How-to-use git create project ?

## how to `download` the project ?
## 1、create repository from github.com

## 2、copy SSH url

$ git clone `git@github.com:user/project.git`

$ git add .

$ git rm xxx.html

$ git commit -m "注释log"

$ git push origin master

$ git pull origin master

![mahua](http://test.rexhang.com/img/rexhang_logo.png)

##关于作者

```javascript
var Author = {
Name : "Guhang",
Blog : "http://rexhang.com.blog/"
}
```