https://github.com/rexhang/how-to-use
git命令行工具的简单使用
https://github.com/rexhang/how-to-use
Last synced: 4 months ago
JSON representation
git命令行工具的简单使用
- Host: GitHub
- URL: https://github.com/rexhang/how-to-use
- Owner: rexhang
- Created: 2016-11-14T06:26:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-14T13:04:02.000Z (over 9 years ago)
- Last Synced: 2025-10-19T11:51:52.596Z (8 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

##关于作者
```javascript
var Author = {
Name : "Guhang",
Blog : "http://rexhang.com.blog/"
}
```