Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tj/git-extras
GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
https://github.com/tj/git-extras
git
Last synced: 3 days ago
JSON representation
GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
- Host: GitHub
- URL: https://github.com/tj/git-extras
- Owner: tj
- License: mit
- Created: 2010-08-04T16:32:07.000Z (over 14 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T02:07:46.000Z (about 2 months ago)
- Last Synced: 2024-10-29T11:10:30.731Z (about 1 month ago)
- Topics: git
- Language: Shell
- Homepage:
- Size: 1.94 MB
- Stars: 17,319
- Watchers: 210
- Forks: 1,210
- Open Issues: 111
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome - tj/git-extras - GIT utilities -- repo summary, repl, changelog population, author commit percentages and more (Shell)
- awesome-ccamel - tj/git-extras - GIT utilities -- repo summary, repl, changelog population, author commit percentages and more (Shell)
- awesome-starred-test - tj/git-extras - GIT utilities -- repo summary, repl, changelog population, author commit percentages and more (Shell)
- awesome-repositories - tj/git-extras - GIT utilities -- repo summary, repl, changelog population, author commit percentages and more (Shell)
- awesome-github-star - git-extras - - repo summary, repl, changelog population, author commit percentages and more | tj | 16427 | (Shell)
- awesome-starred - tj/git-extras - GIT utilities -- repo summary, repl, changelog population, author commit percentages and more (git)
- awesome-git - git-extras
- jimsghstars - tj/git-extras - GIT utilities -- repo summary, repl, changelog population, author commit percentages and more (Shell)
README
# Git Extras
Little git extras.
## Screencasts
Just getting started? Check out these screencasts:
* [introduction](https://vimeo.com/45506445) ([archive.org link](https://web.archive.org/web/20230219181235id_/vod-progressive.akamaized.net/exp=1676834145~acl=%2Fvimeo-prod-skyfire-std-us%2F01%2F4101%2F1%2F45506445%2F107111328.mp4~hmac=065b68f23c4b6a222463097b36d1c346995a9559baa9b819972da95550018471/vimeo-prod-skyfire-std-us/01/4101/1/45506445/107111328.mp4)) -- covers `git-ignore`, `git-setup`, `git-changelog`, `git-release`, `git-effort` and more
## Installation
See the [Installation](Installation.md) page.
## Commands
Go to the [Commands](Commands.md) 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](CONTRIBUTING.md) before you make a PR, thanks!
## The change of the default branch
As of Git Extras 6.4 the assumed default branch name changed from `master` to `main`.
This affects the Git Extras commands `git archive-file`, `git delete-merged-branches`, `git delta`, `git pull-request`, `git show-merged-branches`, `git show-unmerged-branches`, and `git squash`.To change the default branch name to `master`: change either the configuration `git-extras.default-branch` or `init.defaultBranch` to `master`; the former takes precedence.
For example, `git config git-extras.default-branch master`.