Clone the repository and work locally
This task requires Git installed on your computer. If you haven't set up Git locally yet, skip this for now.
Your Task:
- Clone this repository to your computer:
git clone https://github.com/javirudolph/github-practice.git
- Create a new branch locally:
git checkout -b yourname-local-practice
- Make changes to a file
- Stage and commit:
git add changed_file.md
git commit -m "Practice local commits"
- Push your branch to GitHub:
git push origin yourname-local-practice
- Open a PR on GitHub
Success Criteria:
Helpful Resources:
Comment below with any errors you encountered and how you solved them!