From 0683e31e49c7ff48fb6c998016fea66f666fc87f Mon Sep 17 00:00:00 2001 From: kishor Date: Thu, 9 Jan 2025 19:30:51 +0530 Subject: [PATCH 1/4] one git command added --- git_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_commands.txt b/git_commands.txt index bf28fac..2e5d52e 100644 --- a/git_commands.txt +++ b/git_commands.txt @@ -25,5 +25,5 @@ git remote -v git push origin master clear - +git push -u origin master this is some new changes From fd1e45f946b3a8d06e19e67a558adafa9db63079 Mon Sep 17 00:00:00 2001 From: Kishor Patil <149505273+kishorpatil2107@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:36:48 +0530 Subject: [PATCH 2/4] Update git_commands.txt --- git_commands.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/git_commands.txt b/git_commands.txt index 2e5d52e..5210a03 100644 --- a/git_commands.txt +++ b/git_commands.txt @@ -27,3 +27,4 @@ clear git push -u origin master this is some new changes +This changes is done by me/kishor From fb23aab169deb754faf11a16a9b9b50df076d6ea Mon Sep 17 00:00:00 2001 From: kishor Date: Thu, 9 Jan 2025 21:11:04 +0530 Subject: [PATCH 3/4] commited --- git_commands.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/git_commands.txt b/git_commands.txt index 5210a03..9fca489 100644 --- a/git_commands.txt +++ b/git_commands.txt @@ -15,11 +15,11 @@ git restore testing.py clear git status -git remote add origin https://github.com/LondheShubham153/github-for-devops-workshop.git +git remote add origin https://github.com/kishorpatil2107/github-for-devops.git git remote -v git status -git remote set-url origin https://github.com/LondheShubham153/github-for-devops-workshop.git +git remote set-url origin https://github.com/kishorpatil2107/github-for-devops.git clear git remote -v git push origin master @@ -27,4 +27,10 @@ clear git push -u origin master this is some new changes + +https://github.com/kishorpatil2107/github-for-devops.git + +git pull origin master This changes is done by me/kishor +git checkout -B dev +git branch From f68a88d8467b084bb01b6878043e1dda6649a65f Mon Sep 17 00:00:00 2001 From: kishor Date: Thu, 9 Jan 2025 21:15:34 +0530 Subject: [PATCH 4/4] file commited on stage branch --- stagefile.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 stagefile.txt diff --git a/stagefile.txt b/stagefile.txt new file mode 100644 index 0000000..0b45017 --- /dev/null +++ b/stagefile.txt @@ -0,0 +1 @@ +this file is in staginh branch. \ No newline at end of file