You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ git init
22
22
23
23
## Commands
24
24
25
-
⚡️ ***The repetitive commands that I (and everyone else) use regularly.***
25
+
⚡️ **The repetitive commands that I (and everyone else) use regularly.**
26
26
27
27
```sh
28
28
@@ -43,14 +43,14 @@ git push -u origin master
43
43
44
44
```
45
45
46
-
🎩 ***Clone a repository in your computer.***
46
+
🎩 **Clone a repository in your computer.**
47
47
48
48
```sh
49
49
# clone a repo
50
50
git clone [repo_url]
51
51
```
52
52
53
-
🌲 ***The git commands you need to know to work with branches.***
53
+
🌲 **The git commands you need to know to work with branches.**
54
54
55
55
```sh
56
56
@@ -76,7 +76,7 @@ git branch -d [branch_name]
76
76
77
77
```
78
78
79
-
🎯 ***Keep your GitHub forked repo in sync with the original repository.***
79
+
🎯 **Keep your GitHub forked repo in sync with the original repository.**
80
80
81
81
```sh
82
82
@@ -145,7 +145,7 @@ function gacp() {
145
145
146
146
```
147
147
148
-
💥 ***Fetching changes from the original repo to your forked repo.***
148
+
💥 **Fetching changes from the original repo to your forked repo.**
149
149
150
150
```sh
151
151
@@ -162,7 +162,7 @@ fetchremotemn
162
162
163
163
```
164
164
165
-
🎲 ***Usage of the rest of the workflows.***
165
+
🎲 **Usage of the rest of the workflows.**
166
166
167
167
```sh
168
168
@@ -180,7 +180,7 @@ gacp "commit-msg"
180
180
181
181
```
182
182
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).
0 commit comments