File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 38
38
</ p >
39
39
40
40
< pre >
41
- < b > $ cd konichiwa </ b >
41
+ < b > $ cd konnichiwa </ b >
42
42
< b > $ ls</ b >
43
43
README hello.rb
44
44
</ pre >
51
51
52
52
< pre >
53
53
< b > $ git init</ b >
54
- Initialized empty Git repository in /opt/konichiwa /.git/
54
+ Initialized empty Git repository in /opt/konnichiwa /.git/
55
55
</ pre >
56
56
57
57
< p > Now you can see that there is a < code > .git</ code > subdirectory in your
Original file line number Diff line number Diff line change 30
30
< p > 在目录中执行 < code > git init</ code > ,就可以创建一个 Git 仓库了。比如,我们恰好有个目录,里头有些许文件,如下:
31
31
</ p >
32
32
< pre >
33
- < b > $ cd konichiwa </ b >
33
+ < b > $ cd konnichiwa </ b >
34
34
< b > $ ls</ b >
35
35
README hello.rb
36
36
</ pre >
42
42
43
43
< pre >
44
44
< b > $ git init</ b >
45
- Initialized empty Git repository in /opt/konichiwa /.git/
46
- # 在 /opt/konichiwa /.git 目录初始化空 Git 仓库完毕。
45
+ Initialized empty Git repository in /opt/konnichiwa /.git/
46
+ # 在 /opt/konnichiwa /.git 目录初始化空 Git 仓库完毕。
47
47
</ pre >
48
48
49
49
< p > 现在你可以看到在你的项目目录中有个 < code > .git</ code > 的子目录。
You can’t perform that action at this time.
0 commit comments