Skip to content

Commit 84686a4

Browse files
Fixed broken links
1 parent 5fb844d commit 84686a4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ This Repository is a guide to all the git commands you need to use in case any o
66
* [Basic Commands :v:](#basic-commands-v)
77
* [Branches :deciduous_tree:](#branches-deciduous_tree)
88
* [Update forked Repository with original Repository :hourglass:](#update-forked-repository-with-original-repository--hourglass)
9+
* [Dev branch is X commits behind and Y commits ahead of master](#your-dev-branch-is-x-commits-behind-and-y-commits-ahead-of-master-fix)
10+
* [Short hands](#short-hands)
11+
* [GitHub CLI commands](#github--cli-commands)
912

1013

1114

@@ -191,6 +194,8 @@ now, when you add the files it ignores node_modules directory in your project.
191194

192195
```
193196
197+
**[⬆ Back to Index](#index-books)**
198+
194199
## Your dev branch is X commits behind and Y commits ahead of master fix
195200
196201
```sh
@@ -220,6 +225,9 @@ now, when you add the files it ignores node_modules directory in your project.
220225
221226
222227
```
228+
229+
**[⬆ Back to Index](#index-books)**
230+
223231
## Short hands
224232
225233
```sh
@@ -245,6 +253,9 @@ now, when you add the files it ignores node_modules directory in your project.
245253
easily
246254
```
247255
256+
**[⬆ Back to Index](#index-books)**
257+
258+
248259
## GitHub CLI commands:
249260
```sh
250261
List Issues With GitHub CLI

0 commit comments

Comments
 (0)