-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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:
- You successfully cloned the repository
- You made commits from your local machine
- You pushed your branch to GitHub
- You opened a PR from your local branch
Helpful Resources:
Comment below with any errors you encountered and how you solved them!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels