Skip to content

Commit

Permalink
修改一处描述
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjunbo committed Nov 7, 2024
1 parent 03d10ef commit 0b7c069
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Part_03/02《Git》/文档/Git.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ git version
>
> 此两种可以注册自己测试使用,但如果是商业项目,需要更多支持需要付费。
>
> * 公司内部也可以有自己构建的远程仓库(<http://qianfeng.qfjava.cn:8087/users/sign_in>)。
> * 公司内部也可以有自己构建的远程仓库
#### 7.3 基本操作

Expand Down Expand Up @@ -660,7 +660,7 @@ git merge 分支a #合并分支a的内容到分支b
- #### 生成密钥

```
$ ssh-keygen -t rsa -C "你的邮箱"
ssh-keygen -t rsa -C "你的邮箱"
```

`注意上面的邮箱尽量和你在对应的git网站的邮箱保持一致,如果不一致有些网站平台可能不允许使用,如果你所有的网站都是一个邮箱,则可以通过这一个证书实现所有网站免密码`
Expand Down

0 comments on commit 0b7c069

Please sign in to comment.