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