git log --graph --decorate --oneline --all
git log --all --patch --oneline | rg foo
git rebase -i origin/master
and insert
git commit --amend -S --no-edit
after each commit.
HOME
- where git looks for config.GIT_SSH_COMMAND
- ssh command to use, supports cli
params.GIT_TRACE
- debugging.
_PACK_ACCESS
- access packfiles._PACKET
- network traces._PERFORMANCE
- time taken to execute subcommands._SETUP
- env information.GIT_AUTHOR_NAME
GIT_AUTHOR_EMAIL
- exactly
what it says.Weird ass GUI for git. Has visualisation, diffs and all the cool
stuff cool kids use. Available in
nix shell nixpkgs#gitFull
.