Quite a lot of extras for git. git-release, git-ignore, git-setup, git-changelog, git-effort, and more.
git
Go to file
Nicolas Kosinski f1eab6a8a7
Update install doc: Homebrew is not just for macOS
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
```
2021-06-01 14:58:26 +02:00
.github/workflows ci: use checkout@v2 2020-12-14 11:19:15 +08:00
bin delete-squashed-branches: Make branch checkout side effect clear 2021-05-24 13:55:32 -07:00
etc Add delete-squashed-branches command 2021-05-24 00:13:57 -07:00
helper change: migrate default branch 2020-09-23 16:19:41 +08:00
man delete-squashed-branches: Make side-effect clear in docs 2021-05-25 20:50:04 -07:00
AUTHORS Version 6.2.0 2021-03-26 11:09:34 +08:00
brew-release.patch install: submit brew patch to upstream 2017-07-16 16:50:55 +08:00
check_dependencies.sh build: do not require the nonstandard and unpredictable 'which' utility 2019-12-12 00:13:30 -05:00
check_integrity.sh improve the quality of the integrity check. 2019-08-18 11:46:00 +08:00
Commands.md Merge pull request #924 from allejo/feature/delete-squashed-branches 2021-05-27 20:13:41 +08:00
CONTRIBUTING.md implement fish completions file 2020-07-27 15:45:37 +10:00
History.md Version 6.2.0 2021-03-26 11:09:34 +08:00
install.cmd read COMMANDS_WIHOUT_REPO from not_need_git_repo file 2019-12-09 17:13:56 +01:00
install.sh Switch from using /tmp to using mktemp 2019-09-05 12:41:45 +08:00
Installation.md Update install doc: Homebrew is not just for macOS 2021-06-01 14:58:26 +02:00
LICENSE Mention initial copyright year and add contributors to copyright 2016-01-30 17:30:04 +05:30
Makefile implement fish completions file 2020-07-27 15:45:37 +10:00
need_git_commit git-back: removed 2020-08-28 22:23:41 +08:00
not_need_git_repo misc: sort command list in alphabetical order 2018-11-03 12:36:25 +08:00
Readme.md doc: remove gitter 2020-06-22 10:59:20 +08:00

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!