git-toolbelt
git-toolbelt copied to clipboard
A suite of useful Git commands that aid with scripting or every day command line usage
Add a Makefile so that installers can just run `make install` to install everything.
Man pages are generated from the contents of `README.md` file. It will be useful for packagers and would allow to have a handy help in form of `git sha --help`.
It works just like `merge` command, but instead of merging the specified branch into the current, it merges the current branch into the specified. When on branch `src`, the result...
- mention dependency on GNU coreutils in README for non-Mac people / people not using Homebrew on Mac - closes #37
I regularly need to change the Author of git commits, because I deal with multiple git identities on my development machine and it sometimes happens that I use the wrong...
Hi @nvie. First of all, I want to thank you for these amazing tools. Found this while in search for the CLI version of Magit's `git-spinoff`. That being said, I...
For the main branch I can see you've added support for `main` as well as `master`: https://github.com/nvie/git-toolbelt/commit/0012f8b318092458523acfc21dfc3f0d09508514 but there's no reason you can't call your main branch anything you want....
Hey, FYI - I've created an AUR package. It allows to install `git-toolbelt` on Arch-based linux distros. You can find the package here: https://aur.archlinux.org/packages/git-toolbelt/ To install: ``` yay -S git-toolbelt...
The`realpath` utility is part of GNU coreutils, and won't be present by default on macOS or BSD. If installed with MacPorts, it will be called `grealpath`. Ideally `realpath` could be...