gum icon indicating copy to clipboard operation
gum copied to clipboard

A small set of cli improvements for git

Results 5 gum issues
Sort by recently updated
recently updated
newest added

I hope when one types "git unstage" that it somewhere shows (by default or as an option) that this is git equivalent to "git reset HEAD -- file" so that...

Features

Discuss: destructive vs. non-destructive. Non-destructive undo: - it could refuse to undo if it would be destructive - it might ask “are you sure, y/n?” or require an “-f” -...

I started on some Python code in my fork. Nothing fascinating, though. I set up a stub for a possible helper class with functions for parsing output from a git...

Features

First, it's an excellent idea to try to fix all git command line inconsistencies. a lot of commands accept the --cached parameter... it should really be --staged New ideas to...

Features