git-config
git-config copied to clipboard
Adam's git shortcuts and environment. Designed to be stowed to ~ using GNU Stow.
Blacklisting a commit for a specific branch by hand on each git notes edit is cumbersome when working on a large patch set. The addition of an option to add...
Normally we would only blacklist the upstream branch we're working on if patch-id changed after a successful cherry-pick. Thus we can still port the patch to other branch in the...
I am using a script to generate commit hashes for `git cherry-menu` to use as such: ``` git cherry-menu ./my-script.sh ``` It'd be nice if I could use the same...