Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.01 KB

README.md

File metadata and controls

47 lines (29 loc) · 1.01 KB

Git evaluation

Fork the reository in your github account.

Clone repository on your machine

Analize the repository

  • Display the branches
  • Display content of the files
  • Display history of changes

Work on Feature-1

  • Switch to the Feature-1 branch
  • Add work.txt file with some dummy content
  • Stage, commit and push the file to the repository
  • Check changes in the github
  • Switch to the main branch

Work on Feature-2

  • Create and switch to the Feature-2 branch
  • Analyze the content of the folder
  • Add feature2.txt with some dummy content
  • Stage, commit and push the file to the repository
  • Check the changes in the github
  • Switch to the main branch

Merge the Feature-1

  • Merge the Feature-1 branch in main and solve the conflicts
  • Commit and push the changes
  • Delete Feature-1 branch locally and in the repository

Pull request for Feature-2

  • Create a pull request for Feature-2 branch
  • Assing the reviewer
  • Merge the pull request
  • Delete branch in the repository and locally