Skip to content

Aashir2012/Git-Assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git steps

  1. Created Github account

  2. Add a repositery named "Git-Assignment"

  3. On my local , created a folder and initialized it with git using git init

  4. Add a Readme file and check the status , add the file and commit the changes.

  5. Using git remote add command , added the remote repositry

  6. At last push the changes to remote repositry on main branch using git push.

  7. Created a new branch named merge branch .

  8. After that checkout to the newly created branch and modified the readme file.

  9. Commit the changes and merge the current branch with main branch.

  10. And push the code to the remote repositery.

About

Git-Assignment Repository

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors