File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
docs/tutorials/Git Version Control/Basics Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2
2
sidebar_position : 9
3
3
---
4
4
5
- # Excersises
5
+ # Exersises
6
6
7
+ * Work in Progress...*
Original file line number Diff line number Diff line change @@ -58,6 +58,4 @@ Git comes with integrated documentation for all of it's commands. It is good dev
58
58
59
59
In order to access git's help documentation use any of the two commands:
60
60
- ` git ` * ` command ` * ` -help ` $\rightarrow$ All available options for the the specified * ` command ` *
61
- - ` git help --all ` $\rightarrow$ All possible commands
62
-
63
- Date of last update: July 21th, 2024
61
+ - ` git help --all ` $\rightarrow$ All possible commands
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ const config = {
60
60
'https://github.com/UMLCloudComputing/UMLCloudComputing.github.io/edit/main/' ,
61
61
remarkPlugins : [ remarkMath ] ,
62
62
rehypePlugins : [ rehypeKatex ] ,
63
+ showLastUpdateAuthor :true ,
64
+ showLastUpdateTime : true ,
63
65
} ,
64
66
// blog: {
65
67
// showReadingTime: true,
@@ -174,7 +176,7 @@ const config = {
174
176
href : 'https://www.instagram.com/umlcloudcomputing/' ,
175
177
label : 'Instagram' ,
176
178
position : 'right' ,
177
- } .
179
+ } ,
178
180
179
181
// LinkedIn
180
182
{
You can’t perform that action at this time.
0 commit comments