Overview
Congratulations on starting your company's journey with Git and GitHub by open-sourcing the Shipping Cost Calculator Python script. All the developers have contributed to the repository, and their changes have been accepted and merged into a new global repository. Now, you have been asked to edit some of the code and also add few more files. For this, you will fork this repository, make the necessary edits, add files using Git CLI in the provided lab environment, and open a pull request.
Objectives
After completing this lab, you will be able to demonstrate that you can:
- Fork the upstream repository into your own account.
- Clone the code locally in the lab environment.
- Create a branch in the repository.
- Merge the branch back into the
main
branch. - Create a pull request from the forked repository to the upstream repository.
- Revert a change that you made earlier.
No comments:
Post a Comment