Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.06 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.06 KB

Sample GitHub Project

This is a simple project created to practice GitHub workflows like pull requests and collaborations.

Getting Started

To get started, follow these steps:

  1. Clone the repository
    Use the following command to clone the repository:

    git clone https://github.com/<user>/<repository-name>.git
  2. Checkout a new branch
    Create a new branch to work on:

    git checkout -b <new-branch>
  3. Make changes
    Edit the files and make the necessary changes. After that, stage the changes:

    git add .
  4. Commit your changes
    Once you are done, commit the changes:

    git commit -m "Make changes to the project"
  5. Push the branch
    Push your branch to GitHub:

    git push **origin** <new-branch>
  6. Create a Pull Request
    Go to GitHub and create a Pull Request to merge your branch.

License

This project is licensed under the MIT License.