Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 38752c4

Browse files
committed
📖 DOC: remove italic
1 parent f92b4fc commit 38752c4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git init
2222

2323
## Commands
2424

25-
⚡️ ***The repetitive commands that I (and everyone else) use regularly.***
25+
⚡️ **The repetitive commands that I (and everyone else) use regularly.**
2626

2727
```sh
2828

@@ -43,14 +43,14 @@ git push -u origin master
4343

4444
```
4545

46-
🎩 ***Clone a repository in your computer.***
46+
🎩 **Clone a repository in your computer.**
4747

4848
```sh
4949
# clone a repo
5050
git clone [repo_url]
5151
```
5252

53-
🌲 ***The git commands you need to know to work with branches.***
53+
🌲 **The git commands you need to know to work with branches.**
5454

5555
```sh
5656

@@ -76,7 +76,7 @@ git branch -d [branch_name]
7676

7777
```
7878

79-
🎯 ***Keep your GitHub forked repo in sync with the original repository.***
79+
🎯 **Keep your GitHub forked repo in sync with the original repository.**
8080

8181
```sh
8282

@@ -145,7 +145,7 @@ function gacp() {
145145

146146
```
147147

148-
💥 ***Fetching changes from the original repo to your forked repo.***
148+
💥 **Fetching changes from the original repo to your forked repo.**
149149

150150
```sh
151151

@@ -162,7 +162,7 @@ fetchremotemn
162162

163163
```
164164

165-
🎲 ***Usage of the rest of the workflows.***
165+
🎲 **Usage of the rest of the workflows.**
166166

167167
```sh
168168

@@ -180,7 +180,7 @@ gacp "commit-msg"
180180

181181
```
182182

183-
` NOTE ` I extensively use [Emoji-log](https://github.com/ahmadawais/emoji-log) by [Ahmad Awais](http://github.com/ahmadawais) in my commit msgs. You should also take a look at its [workflows](https://github.com/ahmadawais/emoji-log###THE%20WORKFLOW%20&%20MEANINGS).
183+
` NOTE ` I extensively use [Emoji-log](https://github.com/ahmadawais/emoji-log) by [Ahmad Awais](http://github.com/ahmadawais) in my commit msgs. I would highly recommend you to take a look at its [workflows](https://github.com/ahmadawais/emoji-log###THE%20WORKFLOW%20&%20MEANINGS).
184184

185185
## 👨🏻‍💻 Contributing
186186

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /