Git
Exercise3
  1. Create a new repository to GitHub named git_ex3, initialize it with readme
  2. Clone the repository to your computer
  3. Edit the README
  4. Stage, commit and push to main
  5. Create a new branch named hotfix1
  6. Create a new file named test.txt with some text
  7. Stage files, commit and push the branch hotfix1 to GitHub
  8. In GitHub create a Pull request (hotfix1->main)
  9. Accept the Pull request
  10. In your local repo chekcout main
  11. Pull the latest version of main to local repo
Video about the exercise



Toggle Menu