- Create a new repository on GitHub.
- Clone the repository to your local machine, create a new file called
README.md, and commit the changes. - Push the commits back to the remote repository on GitHub.
- Create a new branch called
feature-branchfrom the main branch. - Make some changes to an existing file or create a new file, commit the changes, and push the branch to GitHub.
- Then, merge the
feature-branchinto the main branch using a pull request.
- Fork the
git_internalrepo on GitHub. - Make changes to
student.txt- Add your first name, last name as a PR to this repo.
- Create a new branch from the main branch.
- Make changes to a file in both the main branch and your new branch.
- Commit the changes in both branches, causing a conflict.
- Resolve the conflict by manually editing the conflicting file, commit the changes, and push the branch back to GitHub.