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, Configuration
Increase your productivity by creating aliases for many common git operations.
Git, Configuration
Disables the default fast forwarding on merge commits.
Git, Configuration
Configures the repository to automatically create upstream branches on push.
Git, Configuration
Prints a list of all git aliases.
Git, Configuration
Use the name of the current branch when pushing by default as the name of the remote branch.
Git, Repository
Sets up a commit message template for the current repository.
Git, Configuration
Configures user information for git.
Git, Repository
Configures the line endings for a repository.
Git, Configuration
Configures git to autocorrect mistyped commands.
Git, Configuration
Opens the git configuration file in the git text editor.
Git, Configuration
Configures the text editor used by git.