Skip to content

#7: Practice Local Git Workflow (Optional - Advanced) #10

Description

@javirudolph

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:

  1. Clone this repository to your computer:
    git clone https://github.com/javirudolph/github-practice.git
  2. Create a new branch locally:
    git checkout -b yourname-local-practice
  3. Make changes to a file
  4. Stage and commit:
    git add changed_file.md
    git commit -m "Practice local commits"
  5. Push your branch to GitHub:
    git push origin yourname-local-practice
  6. 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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions