Git steps
-
Created Github account
-
Add a repositery named "Git-Assignment"
-
On my local , created a folder and initialized it with git using git init
-
Add a Readme file and check the status , add the file and commit the changes.
-
Using git remote add command , added the remote repositry
-
At last push the changes to remote repositry on main branch using git push.
-
Created a new branch named merge branch .
-
After that checkout to the newly created branch and modified the readme file.
-
Commit the changes and merge the current branch with main branch.
-
And push the code to the remote repositery.