forked from dcxy/learngit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|