git-merge-repo
Merge two repository histories.Part of git-extras.
git-extras
git-merge-into
Merge one branch into another branch.Part of git-extras.
git-merge-base
Find a common ancestor of two commits.
git-maintenance
Run tasks to optimize Git repository data.
git-mailinfo
Extract patch and authorship information from a single email message.
git-magic
Automate add, commit, and push routines.Part of git-extras.
git-ls-tree
List the contents of a tree object.
git-ls-remote
Git command for listing references in a remote repository based on name or URL.If no name or URL are given, then the configured upstream branch will be used, or remote origin if the former is not configured.
git-ls-files
Show information about files in the index and the working tree.
git-log
Show a history of commits.
git-locked
List locked files in a Git repository.Part of git-extras.
git-lock
Lock a file in a Git repository from being modified by a commit.Part of git-extras. See also git-unlock.
git-unlock
git-local-commits
Show local commits that haven't been pushed to origin. Any additional arguments will be passed directly to git log.Part of git-extras.
git log
git-lfs
Work with large files in Git repositories.
git-instaweb
Helper to launch a GitWeb server.
git-init
Initializes a new local Git repository.
git-info
Display Git repository information.Part of git-extras.
git-imerge
Perform a merge or rebase between two Git branches incrementally.Conflicts between branches are tracked down to pairs of individual commits, to simplify conflict resolution.
git-ignore
Show/update .gitignore files.Part of git-extras. See also git ignore-io.
.gitignore
git ignore-io
git-ignore-io
Generate .gitignore files from predefined templates.