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 3838 </ p >
3939
4040< pre >
41- < b > $ cd konichiwa </ b >
41+ < b > $ cd konnichiwa </ b >
4242< b > $ ls</ b >
4343README hello.rb
4444</ pre >
5151
5252< pre >
5353< b > $ git init</ b >
54- Initialized empty Git repository in /opt/konichiwa /.git/
54+ Initialized empty Git repository in /opt/konnichiwa /.git/
5555</ pre >
5656
5757 < 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 3030 < p > 在目录中执行 < code > git init</ code > ,就可以创建一个 Git 仓库了。比如,我们恰好有个目录,里头有些许文件,如下:
3131 </ p >
3232< pre >
33- < b > $ cd konichiwa </ b >
33+ < b > $ cd konnichiwa </ b >
3434< b > $ ls</ b >
3535README hello.rb
3636</ pre >
4242
4343< pre >
4444< 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 仓库完毕。
4747</ pre >
4848
4949 < p > 现在你可以看到在你的项目目录中有个 < code > .git</ code > 的子目录。
You can’t perform that action at this time.
0 commit comments