Custom git sub-commands.
Outputs an action stamp for the specified commit or HEAD
.
See http://esr.ibiblio.org/?p=3872 for action stamp specification.
A simple redirection to gitx for use as a git sub-command.
A tool to add the current (or specified) identity's public gpg
key to a git repository as a self signed tag.
Import gpg keys stored in a repository as tags that take the form of refs/tags/pubkeys/*
or refs/tags/pubkey
.
Push to multiple repositories at once; uses remotes.main
and remotes.me
to list push locations
Do the equivalent of git reset --hard <upstream tracking branch>
for all branches (checked out or not) that have an upstream tracking branch.