From c9aa9d1bfa8c54c124361522c53f701ce76e0a11 Mon Sep 17 00:00:00 2001 From: SharmainePopov <34690778+SharmainePopov@users.noreply.github.com> Date: Tue, 18 Jun 2019 14:52:01 -0400 Subject: [PATCH 1/2] practicing git --- labs/00_markdown.md | 3 ++- labs/sharmaine | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 labs/sharmaine 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/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 From a720cbd6b12fc42ad7fced9c3232d12eb5346f98 Mon Sep 17 00:00:00 2001 From: SharmainePopov <34690778+SharmainePopov@users.noreply.github.com> Date: Tue, 18 Jun 2019 14:58:16 -0400 Subject: [PATCH 2/2] Adding my name --- labs/03_modifying_adding_commiting_pushing_changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ``````