Clone Another Repository, Make Changes, and Create a New Pull Request
The best way to become and stay familiar with Git is, as with so many things, to practice! Here's a challenge to help you and someone else improve your Git skills. Use what you learned to:
-
Clone someone else's GitHub repository to your local development/Git environment.
-
Create your own local branch in the cloned repository.
-
Make changes to your local copy of the Git repository, within your new branch.
-
Stage, commit, and push your local changes to the GitHub repository.
-
Create a pull request and wait for the repository owner to merge your changes.
-
Pull the merged changes into your local Git repository.