git-toolbelt icon indicating copy to clipboard operation
git-toolbelt copied to clipboard

A suite of useful Git commands that aid with scripting or every day command line usage

Results 17 git-toolbelt issues
Sort by recently updated
recently updated
newest added

Vincent, might I convince you that it's not an error to ask for help? What I mean by that is that `-h` output should go to standard out (so it...

Is git-toolbelt supported on Windows 10 machines?

The squashed branches are only removed locally. The git-cleanup command is intended to work on both remote and local repositories, however the recently merged git-cleanup-squashed code was only removing local...

There should be a prominent warning in the docs that using git-commit-to will delete all unstaged changes to tracked files. I just lost two hour's worth of work by using...

This is a fairly straightforward MR that replaces the use of outdated `test` flags and slightly improves quoting.

I'm looking for a way to accomplish what `git-modified` is accomplishing with `rev`, _without_ `rev`, as discussed in #29 and incorrectly implemented in #39. https://github.com/nvie/git-toolbelt/blob/2eec073a4e12b7f6e70f6d4713de75b8642c4e90/git-modified#L124 It looks like you had...

I'm opening this with the intention to test and fix it, since I'm the one who introduced the problem (in 0381f19), if there is one. Details to follow.