mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Notably `git-bug` clobbers a very popular other project of the same name. Having lightweight wrapper scripts clogging up the subcommand namespace makes it awkward to make use of this project wholesale instead of piecemeal. These function can be implemented by users with git aliases very easily. |
||
|---|---|---|
| bin | ||
| etc | ||
| helper | ||
| man | ||
| .travis.yml | ||
| AUTHORS | ||
| brew-release.patch | ||
| check_dependencies.sh | ||
| check_integrity.sh | ||
| Commands.md | ||
| CONTRIBUTING.md | ||
| History.md | ||
| install.cmd | ||
| install.sh | ||
| Installation.md | ||
| LICENSE | ||
| Makefile | ||
| need_git_commit | ||
| not_need_git_repo | ||
| Readme.md | ||
Git Extras
Little git extras.
Screencasts
Just getting started? Check out these screencasts:
- introduction -- covering git-ignore, git-setup, git-changelog, git-release, git-effort and more
Installation
See Installation page.
Commands
Go to Commands page for basic usage and examples.
GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
Contributing
Interested in contributing? Awesome!
Please read Contributing before you make a PR, thanks!