From 17b6d631d2496e8cb63ad20eaff2cd11db11401b Mon Sep 17 00:00:00 2001 From: Nauman Nizami <167441797+Nauman-devops@users.noreply.github.com> Date: Sat, 30 Aug 2025 01:18:09 +0300 Subject: [PATCH 01/11] Update this_is_from_dev.txt --- this_is_from_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/this_is_from_dev.txt b/this_is_from_dev.txt index dee12c1..469894d 100644 --- a/this_is_from_dev.txt +++ b/this_is_from_dev.txt @@ -1 +1 @@ -this file is from dev \ No newline at end of file +this file is from dev 2025. From a25d40b9567575035a20037e9a4e51174222b611 Mon Sep 17 00:00:00 2001 From: Nauman Nizami <167441797+Nauman-devops@users.noreply.github.com> Date: Sat, 30 Aug 2025 01:20:34 +0300 Subject: [PATCH 02/11] Update this_is_from_dev.txt --- this_is_from_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/this_is_from_dev.txt b/this_is_from_dev.txt index 469894d..494d574 100644 --- a/this_is_from_dev.txt +++ b/this_is_from_dev.txt @@ -1 +1 @@ -this file is from dev 2025. +This file is from dev 2025 edited to commit changes to local. From 75c6c879d098b68bcd0231ec34700b3b0ba07a75 Mon Sep 17 00:00:00 2001 From: nauman Date: Sat, 30 Aug 2025 13:39:56 +0300 Subject: [PATCH 03/11] updated file --- this_is_from_dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/this_is_from_dev.txt b/this_is_from_dev.txt index 494d574..800d454 100644 --- a/this_is_from_dev.txt +++ b/this_is_from_dev.txt @@ -1 +1,2 @@ This file is from dev 2025 edited to commit changes to local. + Now the file commit changes from local to remote. \ No newline at end of file From 24eef4271d5f4849be4b8a534f3f173867818636 Mon Sep 17 00:00:00 2001 From: nauman Date: Sat, 30 Aug 2025 13:43:34 +0300 Subject: [PATCH 04/11] commands update --- git_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_commands.txt b/git_commands.txt index bf28fac..1b38d16 100644 --- a/git_commands.txt +++ b/git_commands.txt @@ -26,4 +26,4 @@ git push origin master clear -this is some new changes +this is some new changes and additional commands to add. From 4a6db37f094096826ead04bfa4c4cd802ebc6a0a Mon Sep 17 00:00:00 2001 From: nauman Date: Sun, 31 Aug 2025 07:10:16 +0300 Subject: [PATCH 05/11] work in dev --- git_commands.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/git_commands.txt b/git_commands.txt index 1b38d16..d6621d0 100644 --- a/git_commands.txt +++ b/git_commands.txt @@ -27,3 +27,12 @@ clear this is some new changes and additional commands to add. + +Commands for branching and merging +git branch 'Branch name' (To create new branch) +git switch Branch name or git checkout Branch name (switch from branch to other branch) +git log (Latest commit) +git log --oneline (Arrange commit line by line) +git pull origin Branch name (To merge Branch into master) +git push origin dev (To push new branch to remote i.e github) +updated code in dev \ No newline at end of file From 844cddc8371c78509d7ddddf1ebdaf44707a7b96 Mon Sep 17 00:00:00 2001 From: nauman Date: Sun, 31 Aug 2025 08:29:48 +0300 Subject: [PATCH 06/11] dev branch update code --- git_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_commands.txt b/git_commands.txt index d6621d0..c0eee64 100644 --- a/git_commands.txt +++ b/git_commands.txt @@ -35,4 +35,4 @@ git log (Latest commit) git log --oneline (Arrange commit line by line) git pull origin Branch name (To merge Branch into master) git push origin dev (To push new branch to remote i.e github) -updated code in dev \ No newline at end of file +updated code in dev branch 31 aug 2025. \ No newline at end of file From ec91a385c670e2d3c599575fe549ce2e7a40f5da Mon Sep 17 00:00:00 2001 From: nauman Date: Sun, 31 Aug 2025 08:47:45 +0300 Subject: [PATCH 07/11] new changes in dev --- git_commands.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git_commands.txt b/git_commands.txt index c0eee64..65150ab 100644 --- a/git_commands.txt +++ b/git_commands.txt @@ -35,4 +35,5 @@ git log (Latest commit) git log --oneline (Arrange commit line by line) git pull origin Branch name (To merge Branch into master) git push origin dev (To push new branch to remote i.e github) -updated code in dev branch 31 aug 2025. \ No newline at end of file +updated code in dev branch 31 aug 2025. +These are all commands for git. \ No newline at end of file From e204f4db15f74a95d311ed3f047507cb1697b63b Mon Sep 17 00:00:00 2001 From: nauman Date: Sun, 31 Aug 2025 08:52:30 +0300 Subject: [PATCH 08/11] final changes in dev --- git_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_commands.txt b/git_commands.txt index 65150ab..559fed3 100644 --- a/git_commands.txt +++ b/git_commands.txt @@ -36,4 +36,4 @@ git log --oneline (Arrange commit line by line) git pull origin Branch name (To merge Branch into master) git push origin dev (To push new branch to remote i.e github) updated code in dev branch 31 aug 2025. -These are all commands for git. \ No newline at end of file +These are all commands for git and we test merge repeatedly. \ No newline at end of file From c458ab65a9586e70f8b799d182db06ffdc836224 Mon Sep 17 00:00:00 2001 From: nauman Date: Sun, 31 Aug 2025 08:54:01 +0300 Subject: [PATCH 09/11] final changes in dev at 9 a.m --- git_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_commands.txt b/git_commands.txt index 559fed3..1000690 100644 --- a/git_commands.txt +++ b/git_commands.txt @@ -36,4 +36,4 @@ git log --oneline (Arrange commit line by line) git pull origin Branch name (To merge Branch into master) git push origin dev (To push new branch to remote i.e github) updated code in dev branch 31 aug 2025. -These are all commands for git and we test merge repeatedly. \ No newline at end of file +These are all commands for git and we test merge repeatedly at 9 a.m. \ No newline at end of file From 5c36de009a4a4b18d57a818bb9787204b89458da Mon Sep 17 00:00:00 2001 From: nauman Date: Sun, 31 Aug 2025 08:58:16 +0300 Subject: [PATCH 10/11] final changes --- git_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_commands.txt b/git_commands.txt index 1000690..e42c6e4 100644 --- a/git_commands.txt +++ b/git_commands.txt @@ -36,4 +36,4 @@ git log --oneline (Arrange commit line by line) git pull origin Branch name (To merge Branch into master) git push origin dev (To push new branch to remote i.e github) updated code in dev branch 31 aug 2025. -These are all commands for git and we test merge repeatedly at 9 a.m. \ No newline at end of file +These are all commands for git and we test merge repeatedly at 9 a.m for the last and final merge. \ No newline at end of file From da7917c3cb12633e878e6a64d97740e46883386d Mon Sep 17 00:00:00 2001 From: nauman Date: Sun, 31 Aug 2025 09:06:18 +0300 Subject: [PATCH 11/11] github pull --- git_commands.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git_commands.txt b/git_commands.txt index e42c6e4..882ef18 100644 --- a/git_commands.txt +++ b/git_commands.txt @@ -36,4 +36,5 @@ git log --oneline (Arrange commit line by line) git pull origin Branch name (To merge Branch into master) git push origin dev (To push new branch to remote i.e github) updated code in dev branch 31 aug 2025. -These are all commands for git and we test merge repeatedly at 9 a.m for the last and final merge. \ No newline at end of file +These are all commands for git and we test merge repeatedly at 9 a.m for the last and final merge. +Creating pull request from github. \ No newline at end of file