The Git snippet collection contains a variety of short tips and tricks for all currently maintained versions of git. It includes most commonly-used commands and covers various use-cases in the form of simplified documentation, complete with multiple examples.
Git, Repository
Deletes a local branch.
Git, Repository
Pulls the latest changes from the remote tracking branch.
Git, Repository
Applies the latest stash.
Git, Repository
Applies a specific stash.
Git, Repository
Initializes a new git repository, setting up all the configuration files needed by git.
Git, Repository
Deletes a specific stash.
Git, Repository
Deletes all stashes.
Git, Repository
Fetches the latest changes from the remote.
Git, Repository
Configures the line endings for a repository.
Git, Repository
Changes the URL of the remote repository.
Git, Repository
Adds a new submodule to the repository.
Git, Repository
Deletes a submodule from the repository.