Skip to content

Instantly share code, notes, and snippets.

@brianspiering
Last active October 5, 2020 21:27
Show Gist options
  • Save brianspiering/768aa598dd5d0ba712b7adeaa47c5d22 to your computer and use it in GitHub Desktop.
Save brianspiering/768aa598dd5d0ba712b7adeaa47c5d22 to your computer and use it in GitHub Desktop.
git & GitHub Activities

Git & GitHub Activities

In the breakout rooms, each person should individually complete following tasks. The goal is muddle your way through - git can be difficult. Let's practice in low stakes environment. When get stuck ask someone else in the breakout rooms to help you.

Learning Outcomes

By the end of this session, you should be able to:

  • Use common git commands:
    • git init
    • git add
    • git commit
    • git status
    • git clone
    • git pull
    • git push
  • Recognize and fix git issues

There are two sets of activities:

  1. Learn git branching

    "Learn git branching" is absolute fundamentals. Feel to skip if you have any hands-on experience with git.

    It is entirely in-browser.

  2. Git Exercises

    "Git Exercises" is more involved. You do not to complete it. The goal is to get more experience with git commands.

    It is combination of in-browser and local. You work locally but it syncs with the browser version.

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