Skip to content

Commit 975199c

Browse files
committed
pref
1 parent 1314eaa commit 975199c

File tree

6 files changed

+1
-4
lines changed

6 files changed

+1
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
error: RPC failed; HTTP 504 curl 22 The requested URL returned error: 504 Gateway Time-out
55
```
66

7-
解决该问题可以使用 `--depth` 参数,后面跟一个数值,用于指定克隆深度,比如为1即表示只克隆最近一次commit
7+
解决该问题可以使用 `--depth` 参数,后面跟一个数值,用于指定克隆深度,比如为 1 即表示只克隆最近一次 commit
88

99
示例:
1010
```bash
File renamed without changes.

指定主分支.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# 创建项目时指定主分支
2-
31
创建 git 项目我们需要在目录下执行 `git init` 命令,默认情况下该命令会使用 `master` 作为主分支名。不过我们可以通过下面的命令来配置全局默认分支名(只对新项目有效):
42

53
```
File renamed without changes.
File renamed without changes.

设置用户身份相关信息.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# 全局设置
32

43
```bash

0 commit comments

Comments
 (0)