diff --git a/labs/00_markdown.md b/labs/00_markdown.md index 4b8ee28..82c59ac 100644 --- a/labs/00_markdown.md +++ b/labs/00_markdown.md @@ -3,4 +3,5 @@ - What is Markdown -> [Wikipedia](https://en.wikipedia.org/wiki/Markdown) - "[GitHub Flavoured Markdown](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)" -99% of documentation for open source is written in Markdown. This allows us to have the rich text formatting power of most test editors in a codified manner. Ultimately Markdown is rendered (transformed) into HTML to view in a browser. You can also preview how Markdown will be displayed using Markdown viewers, or the the built in feature in VS Code (Open the command Pallette in VS Code and Enter "Markdown". Open command Pallette: CTRL/CMD + Shift + P). \ No newline at end of file +99% of documentation for open source is written in Markdown. This allows us to have the rich text formatting power of most test editors in a codified manner. Ultimately Markdown is rendered (transformed) into HTML to view in a browser. You can also preview how Markdown will be displayed using Markdown viewers, or the the built in feature in VS Code (Open the command Pallette in VS Code and Enter "Markdown". Open command Pallette: CTRL/CMD + Shift + P). + diff --git a/labs/03_modifying_adding_commiting_pushing_changes.md b/labs/03_modifying_adding_commiting_pushing_changes.md index 42f2aa4..08e8c70 100644 --- a/labs/03_modifying_adding_commiting_pushing_changes.md +++ b/labs/03_modifying_adding_commiting_pushing_changes.md @@ -3,7 +3,7 @@ The whole point to source control is to create and contribute changes to a project. Here we'll make some trivial changes to our project and commit them to histroy. ## Modifying -Let's make a change to this file. +Let's make a change to this file. I am Sharmainego `````` diff --git a/labs/sharmaine b/labs/sharmaine new file mode 100644 index 0000000..ded2993 --- /dev/null +++ b/labs/sharmaine @@ -0,0 +1,4 @@ +#Sharmaine + +-Put coffin on car +-Clean house for showing \ No newline at end of file