From f4b44b81d8c25056588ed37a73fc208639548085 Mon Sep 17 00:00:00 2001 From: namangandhi14 Date: Fri, 22 Oct 2021 19:26:07 +0530 Subject: [PATCH 1/3] added new para --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aefdade..bb4ad78 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Linux Tweet App - +# this is testing This is very simple NGINX website that allows a user to send a tweet. It's mostly used as a sample application for Docker 101 workshops. From 3e72bda1c44211128f6b873f2784d4167abd50c2 Mon Sep 17 00:00:00 2001 From: namangandhi14 Date: Fri, 22 Oct 2021 19:50:36 +0530 Subject: [PATCH 2/3] new add --- README.md | 1 + linux_tweet_app | 1 + 2 files changed, 2 insertions(+) create mode 160000 linux_tweet_app diff --git a/README.md b/README.md index bb4ad78..35542c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Linux Tweet App # this is testing +* new line added This is very simple NGINX website that allows a user to send a tweet. It's mostly used as a sample application for Docker 101 workshops. diff --git a/linux_tweet_app b/linux_tweet_app new file mode 160000 index 0000000..a72bf0e --- /dev/null +++ b/linux_tweet_app @@ -0,0 +1 @@ +Subproject commit a72bf0e3d1f3d43dad7ef07e207f60a33b176ec3 From a4434ab26707086b6ae93e106bff62cef8a85080 Mon Sep 17 00:00:00 2001 From: namangandhi14 Date: Fri, 22 Oct 2021 20:51:53 +0530 Subject: [PATCH 3/3] get new --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 35542c5..abc4809 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Linux Tweet App # this is testing -* new line added +# new line added This is very simple NGINX website that allows a user to send a tweet. It's mostly used as a sample application for Docker 101 workshops.