Monday, August 12, 2024

Git project 1

 

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:

  1. Fork the upstream repository into your own account.
  2. Clone the code locally in the lab environment.
  3. Create a branch in the repository.
  4. Merge the branch back into the main branch.
  5. Create a pull request from the forked repository to the upstream repository.
  6. Revert a change that you made earlier.

No comments:

Post a Comment

Waviz Project: Building a Visualizer Without External Libraries

  Back in the day , music visualizers were magic. Whether it was the old Windows Media Player or Winamp, watching sound morph into motion fe...