Skip to content

rolandolopez36/pullrequest-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published