mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
I can confirm it also works Linux. I just installed `git-extras` via `Homebrew` on my Ubuntu machine: ```sh $ uname -srv Linux 5.8.0-53-generic #60~20.04.1-Ubuntu SMP Thu May 6 09:52:46 UTC 2021 $ brew install git-extras Updating Homebrew... ==> Auto-updated Homebrew! Updated 2 taps (homebrew/cask and homebrew/core). ==> New Formulae code-minimap principalmapper pywhat ==> Updated Formulae Updated 70 formulae. ==> Updated Casks Updated 36 casks. ==> Downloading https://ghcr.io/v2/linuxbrew/core/git-extras/manifests/6.2.0 ######################################################################## 100.0% ==> Downloading https://ghcr.io/v2/linuxbrew/core/git-extras/blobs/sha256:5a86 ==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/ ######################################################################## 100.0% ==> Pouring git-extras--6.2.0.x86_64_linux.bottle.tar.gz ==> Caveats To load Zsh completions, add the following to your .zshrc: source /home/linuxbrew/.linuxbrew/opt/git-extras/share/git-extras/git-extras-completion.zsh ==> Summary 🍺 /home/linuxbrew/.linuxbrew/Cellar/git-extras/6.2.0: 146 files, 388.4KB ``` |
||
|---|---|---|
| .github/workflows | ||
| bin | ||
| etc | ||
| helper | ||
| man | ||
| 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!