From e8259022ff00f75aff2586af7a0ea241adadf7d1 Mon Sep 17 00:00:00 2001 From: subiksha Date: Mon, 25 May 2026 12:05:39 +0530 Subject: [PATCH 1/5] added python filr --- app.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 app.py diff --git a/app.py b/app.py new file mode 100644 index 0000000..35eeca1 --- /dev/null +++ b/app.py @@ -0,0 +1 @@ +print ("hello") \ No newline at end of file From 0966ba6485f0e5d6747f7891d0f2d5582eb35e10 Mon Sep 17 00:00:00 2001 From: subiksha Date: Mon, 25 May 2026 12:13:31 +0530 Subject: [PATCH 2/5] added subi --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 35eeca1..8b7cdff 100644 --- a/app.py +++ b/app.py @@ -1 +1 @@ -print ("hello") \ No newline at end of file +print ("hello subi") \ No newline at end of file From 0cf639d261f42cf55a489439ae2dfef561aca198 Mon Sep 17 00:00:00 2001 From: Subiksha06 <128984107+Subiksha06@users.noreply.github.com> Date: Mon, 25 May 2026 12:18:59 +0530 Subject: [PATCH 3/5] Add greeting for 'aruna' in app.py --- app.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.py b/app.py index 8b7cdff..7869c6f 100644 --- a/app.py +++ b/app.py @@ -1 +1,2 @@ -print ("hello subi") \ No newline at end of file +print ("hello subi") +print ("hello aruna") From 040ed5f0ea742a0ef2a428d8189e46d20c6e5873 Mon Sep 17 00:00:00 2001 From: subiksha Date: Mon, 25 May 2026 12:26:43 +0530 Subject: [PATCH 4/5] added hello mani --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 7869c6f..c37b3ed 100644 --- a/app.py +++ b/app.py @@ -1,2 +1,3 @@ print ("hello subi") print ("hello aruna") +print("hello mani") From 4430b2765af350cae57e538e2567a306bffc7367 Mon Sep 17 00:00:00 2001 From: subiksha Date: Mon, 25 May 2026 12:44:45 +0530 Subject: [PATCH 5/5] made some changes in txt files and app.py --- My First Commit/NicoB.txt | 2 ++ My First Commit/Sharif | 1 + My First Commit/sid.txt | 4 +++- app.py | 2 +- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/My First Commit/NicoB.txt b/My First Commit/NicoB.txt index 0591e2a..28363e4 100644 --- a/My First Commit/NicoB.txt +++ b/My First Commit/NicoB.txt @@ -3,3 +3,5 @@ Hello world, my name is Nico Bokhari and this is my first commit for LearningGit I am a Software Engineering major, and I love ML, cats, and coffee. Getting used to using git exclusively on command line is quite something + +hello i am doing good diff --git a/My First Commit/Sharif b/My First Commit/Sharif index ea883ee..9749e67 100644 --- a/My First Commit/Sharif +++ b/My First Commit/Sharif @@ -1 +1,2 @@ Yo! if this is sharif, i think just making a new branch and sending it to ISC was all i had to do... so... done? +happy day \ No newline at end of file diff --git a/My First Commit/sid.txt b/My First Commit/sid.txt index 346bbc7..ceba30f 100644 --- a/My First Commit/sid.txt +++ b/My First Commit/sid.txt @@ -4,4 +4,6 @@ asfn asfnk a'skfnasfn axnf -sn'sfn''ASf' \ No newline at end of file +sn'sfn''ASf' +hello world +the world is yours \ No newline at end of file diff --git a/app.py b/app.py index c37b3ed..b7ca50d 100644 --- a/app.py +++ b/app.py @@ -1,3 +1,3 @@ -print ("hello subi") +print ("hello subiksha") print ("hello aruna") print("hello mani")