6.1.0
版本发布时间: 2020-09-26 20:22:15
tj/git-extras最新发布版本:7.2.0(2024-04-23 21:00:33)
The git-extras 6.1.0 (Bronze) is released now!
Since this version you can configure the default upstream branch via
git config --add git-extras.default-branch main
. By default, master
is used.
Here's a list of all the changes made in this release; the full changelog can be found in History.md:
- (#878) change: migrate default branch – @spacewander
- (#880) git-info: fix regex for bsd sed – @spacewander
- (#879) feat: pass origin argument down to git execution – @spacewander
- (#872) git-pr: fix doc format – @yuravg
- (#869) remove git-back – @spacewander
- (#868) Zsh completion – @spacewander
- (#867) Improved the 'git-info' command (color, submodule, config) – @yuravg
- (#864) Updated the git pull-request command to use personal access token instead of basic auth. – @v-y-a-s
- (#860) Implement fish completions file – @soraxas
- (#853) feat(browse): select remote of current branch, fallback to origin – @bethesque
- (#854) fix(browse): update sed pattern to work on mac – @bethesque
Since the last release (6.0.0 Aurora):
- updated man pages or documentation 12 times
- 4 unique contributors
Break change:
git back
is removed since this version. Use 'git undo --soft [commitcount]' instead.
New authors:
- Yuriy VG
- vyas
- Tin Lai
- Beth Skurrie