Skip to content

Git Use Cases

Kenneth Kasajian edited this page Nov 5, 2019 · 46 revisions

Try the workflows at:

Very Common and Very Uncommon Git Workflows

General Prerequisites

Make a Git repository from an existing directory

Make a Git repository from another (remote) repository

and get latest

Make a local dir a git repository and push it to a \\UNC file share

Add / Modify / Commit files to a repository

and undoing changes prior to commit

Push an existing repository to remote

Status of a repository and the five stages of a file

What's changed?

Removing, Reversing and Reverting stuff

Recovering lost commits

Rename and moving stuff

Viewing History and Searching

Tagging / Labeling a commit

Branching

Moving Head and Branches

Use Git as a DB

Clone this wiki locally