diff --git a/git_commands.txt b/git_commands.txt index bf28fac..882ef18 100644 --- a/git_commands.txt +++ b/git_commands.txt @@ -26,4 +26,15 @@ git push origin master clear -this is some new changes +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 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. +Creating pull request from github. \ No newline at end of file diff --git a/this_is_from_dev.txt b/this_is_from_dev.txt index dee12c1..800d454 100644 --- a/this_is_from_dev.txt +++ b/this_is_from_dev.txt @@ -1 +1,2 @@ -this file is from dev \ No newline at end of file +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