mirror of
https://github.com/tj/git-extras.git
synced 2026-09-13 17:06:22 -04:00
'break' isn't valid in its current location in the script, resulting in an error like: /usr/bin/git-fresh-branch: line 42: break: only meaningful in a `for', `while', or `until' loop Since there's a call to 'clean' right at the end of the script, do nothing if anything beginning 'Y' or 'y' is entered; execution will continue to the end of the script, and 'clean' will be called. |
||
|---|---|---|
| bin | ||
| etc | ||
| helper | ||
| man | ||
| .travis.yml | ||
| AUTHORS | ||
| check_integrity.sh | ||
| Commands.md | ||
| CONTRIBUTING.md | ||
| History.md | ||
| install.cmd | ||
| install.sh | ||
| Installation.md | ||
| LICENSE | ||
| Makefile | ||
| Makefile.msys | ||
| 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