Git

Setting up your Git identity

Setting up local repository given a GitHub repo, and .gitignore

Review who did what when in a repository

Retrieve latest changes from remote repository

Checking on status of modified files

Updating local branch to catch up to the latest

Publish changes for codebase cloned from GitHub

Publish changes from a new project folder not cloned from GitHub

Working with branches

Perform diff in Git

Merge changes within Git

Reverting changes to correct a mistake

Conduct code review via GitHub pull request

Use Git alias to simplify usage

Use file system to create a remote git repository

Use interactive rebase to consolidate multiple commits

worktree

Back to index