Skip to content

Commit 2e5b0b9

Browse files
committed
🎨Formatte the markdown files code style for codacy
1 parent 67a66c9 commit 2e5b0b9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

git-game-manual-cn.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Table of Contents
22

33
* [简单介绍](#%E7%AE%80%E5%8D%95%E4%BB%8B%E7%BB%8D)
4-
54
* [使用说明](#%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E)
65
* [1\.准备工作:克隆仓库到本地](#1%E5%87%86%E5%A4%87%E5%B7%A5%E4%BD%9C%E5%85%8B%E9%9A%86%E4%BB%93%E5%BA%93%E5%88%B0%E6%9C%AC%E5%9C%B0)
76
* [2\.如何开始](#2%E5%A6%82%E4%BD%95%E5%BC%80%E5%A7%8B)
87
* [3\.闯关演示](#3%E9%97%AF%E5%85%B3%E6%BC%94%E7%A4%BA)
9-
108
* [扩展:Git游戏推荐](#%E6%89%A9%E5%B1%95git%E6%B8%B8%E6%88%8F%E6%8E%A8%E8%8D%90)
119

1210
---

git-game-manual-en.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ See: [how to clone all remote branches of Git](https://blog.csdn.net/weixin_4128
9898

9999
### 2.How to begin
100100

101-
As the saying goes: **A good beginning is half done. **You may not know what to do at first, but when you start, you'll be happy.
101+
As the saying goes: **A good beginning is half done. ** You may not know what to do at first, but when you start, you'll be happy.
102102
<br/>
103103

104104
`You should always check the README.md file for your next clue!`, which simply means that you should always check the `README.md` file. It may give you clues to the next level. It's not just the `README.md` file, it's the ** branchs (name), the commits (info, author), the tags **, etc.
@@ -159,9 +159,9 @@ Date: Sun Nov 30 18:29:35 2014 -0800
159159
Initial commit
160160
```
161161

162-
Or display a short commit message (graphical, one-line commit, short commit HASH1)
162+
Or display a short commit message (graphical, one-line commit, short commit HASH1):
163163

164-
```
164+
```bash
165165
$ git log --graph --pretty=oneline --abbrev-commit
166166
* d851edd (HEAD -> master, origin/master, origin/HEAD) updated README for badge notification
167167
* 7c8c3cc added level1

0 commit comments

Comments
 (0)