Skip to content

Commit

Permalink
final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
momo9 committed Apr 28, 2014
1 parent db62e83 commit 2b95177
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions git_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@ $ ssh-keygen -t rsa -C "[email protected]"
$ git config --global user.name "Your Name"
$ git config --global user.email "[email protected]"
```
-----------------------
## Git原理
### 暂存区
![版本库-来自廖雪峰](http://www.liaoxuefeng.com/files/attachments/001384907702917346729e9afbf4127b6dfbae9207af016000/0)
> 位于`.git`文件夹中
> `stage`(或称为`index`):暂存区(暂存add后,commit前的**修改**
-----------------------
## 参考资料
1. [廖雪峰的官方网站 - Git教程](http://www.liaoxuefeng.com/wiki/0013739516305929606dd18361248578c67b8067c8c017b000)
Expand Down

0 comments on commit 2b95177

Please sign in to comment.