From edeed4fd7da351ddc06bed9519710f9eef0316d5 Mon Sep 17 00:00:00 2001 From: sidmahajan9999 <33230569+sidmahajan9999@users.noreply.github.com> Date: Tue, 31 Oct 2017 19:03:52 +0530 Subject: [PATCH 1/2] Add files via upload --- Readme.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Readme.txt diff --git a/Readme.txt b/Readme.txt new file mode 100644 index 0000000..ecbcad3 --- /dev/null +++ b/Readme.txt @@ -0,0 +1 @@ +This repository contain the tutorial for the learning git. \ No newline at end of file From fb4eb06739386d0c2f22c38be0935d97139b04f1 Mon Sep 17 00:00:00 2001 From: Pratyush Harsh Date: Tue, 31 Oct 2017 19:43:25 +0530 Subject: [PATCH 2/2] Update hello.py --- hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.py b/hello.py index 9434835..8219f49 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print("Hello Wolrd , My First Git Repo") +print("Hello World , My First Git Repo")