From a4e917d24a909b253930d95d9d76b97dfc82e3b9 Mon Sep 17 00:00:00 2001 From: Ashley Fong <> Date: Thu, 22 Apr 2021 17:00:35 +0000 Subject: [PATCH 1/6] hi --- .replit | 2 ++ README.md | 26 ++++++++++++++++++++++++++ otherfile.md | 0 3 files changed, 28 insertions(+) create mode 100644 .replit create mode 100644 otherfile.md diff --git a/.replit b/.replit new file mode 100644 index 0000000..2aff877 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "bash" +run = "" \ No newline at end of file diff --git a/README.md b/README.md index 9d9daaa..c4d084d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,28 @@ # Basic Editing Worflow Demo This repository is used to demonstrate a basic editing worklfow between a local git repository and github. You will make some edits to this README.md file and explore how Git and Github works. + +# Header 1 +This is body of text under the first **header** +## Header 2 +This is body of text under the second *header* +### Header 3 +This is a life +* item 1 +* item 2 +* item 3 +#### Header 4 +This is a change in replit + +##### Header 5 +Edit from the exploration branch + +###### Header 6 + +## Sample Code +``` +name = input("Enter your name") +print(name) + +if name == "Eric": + print("****") +``` diff --git a/otherfile.md b/otherfile.md new file mode 100644 index 0000000..e69de29 From 23cc72604ffaac85f7334224cb6b3e76a9651219 Mon Sep 17 00:00:00 2001 From: Ashley Fong <> Date: Thu, 22 Apr 2021 17:03:44 +0000 Subject: [PATCH 2/6] test --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4d084d..6f74f9c 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This repository is used to demonstrate a basic editing worklfow between a local # Header 1 This is body of text under the first **header** ## Header 2 -This is body of text under the second *header* +This is body of text under the second *header* ### Header 3 -This is a life +This is a list * item 1 * item 2 * item 3 From 4221fad8c7f5634a7d2485addcba16475cee216d Mon Sep 17 00:00:00 2001 From: Ashley Fong <> Date: Thu, 22 Apr 2021 17:24:53 +0000 Subject: [PATCH 3/6] dfsmf --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f74f9c..49c86fb 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,5 @@ print(name) if name == "Eric": print("****") ``` + + From a9b70cfb2890cf732770b2b9bac5069f982755ed Mon Sep 17 00:00:00 2001 From: Ashley Fong <> Date: Thu, 22 Apr 2021 17:25:56 +0000 Subject: [PATCH 4/6] saaaa --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 49c86fb..6f74f9c 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,3 @@ print(name) if name == "Eric": print("****") ``` - - From 1ee496a9f9507eac49310e4d6418f56e580ee334 Mon Sep 17 00:00:00 2001 From: Ashley Fong <> Date: Thu, 22 Apr 2021 17:40:17 +0000 Subject: [PATCH 5/6] s --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f74f9c..49c86fb 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,5 @@ print(name) if name == "Eric": print("****") ``` + + From e8794d98c47eb0ce51715da5fe6db9f638e2254b Mon Sep 17 00:00:00 2001 From: Ashley Fong <> Date: Thu, 22 Apr 2021 17:41:48 +0000 Subject: [PATCH 6/6] x --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 49c86fb..b258946 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,3 @@ if name == "Eric": print("****") ``` -