Sets up a commit message template for the current repository.
git config commit.template <file>
to specify <file>
as the commit message template for the current repository.git config commit.template <file>
git config commit.template "commit-template"
# Sets "commit-template" as the commit message template
Git, Repository
Prints a visual graph of all commits and branches in the repository.
Git, Repository
Merges a branch into the current branch, creating a merge commit.
Git, Repository
Initializes a new git repository, setting up all the configuration files needed by git.