Git and Github

Init

🏆 Can create a local Git repo

- - - - - - - - - -

Commit

🏆 Can commit using Git

- - - - - - - - - -

Ignore

🏆 Can set Git to ignore files

- - - - - - - - - -

Tag

🏆 Can tag commits using Git

- - - - - - - - - -

Checkout

🏆 Can load a specific version of a Git repo

- - - - - - - - - -

Stash

🏆 Can use Git to stash files

- - - - - - - - - -

Clone

🏆 Can clone a remote repo

- - - - - - - - - -

Pull

🏆 Can pull changes from a repo

- - - - - - - - - -

Push

🏆 Can push to a remote repo

- - - - - - - - - -

Branch

🏆 Can use Git branching

- - - - - - - - - -

Merge Conflicts

🏆 Can use Git to resolve merge conflicts

- - - - - - - - - -

Create PRs

🏆 Can create PRs on GitHub

- - - - - - - - - -

Manage PRs

🏆 Can review and merge PRs on GitHub

- - - - - - - - - -

Forking Workflow

🏆 Can follow Forking Workflow

- - - - - - - - - -