File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ This Repository is a guide to all the git commands you need to use in case any o
6
6
* [ Basic Commands :v : ] ( #basic-commands-v )
7
7
* [ Branches :deciduous_tree : ] ( #branches-deciduous_tree )
8
8
* [ 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 )
9
12
10
13
11
14
@@ -191,6 +194,8 @@ now, when you add the files it ignores node_modules directory in your project.
191
194
192
195
` ` `
193
196
197
+ ** [⬆ Back to Index](# index-books)**
198
+
194
199
# # Your dev branch is X commits behind and Y commits ahead of master fix
195
200
196
201
` ` ` sh
@@ -220,6 +225,9 @@ now, when you add the files it ignores node_modules directory in your project.
220
225
221
226
222
227
` ` `
228
+
229
+ ** [⬆ Back to Index](# index-books)**
230
+
223
231
# # Short hands
224
232
225
233
` ` ` sh
@@ -245,6 +253,9 @@ now, when you add the files it ignores node_modules directory in your project.
245
253
easily
246
254
` ` `
247
255
256
+ ** [⬆ Back to Index](# index-books)**
257
+
258
+
248
259
# # GitHub CLI commands:
249
260
` ` ` sh
250
261
List Issues With GitHub CLI
You can’t perform that action at this time.
0 commit comments