v3.0.0
版本发布时间: 2017-02-08 09:38:08
git-town/git-town最新发布版本:v14.3.1(2024-07-16 11:00:08)
BREAKING CHANGES
-
git hack
: no longer accepts a parent branch (functionality moved togit append
)
New Features
-
git append
: create a new branch as a child of the current branch -
git prepend
: create a new branch as a parent of the current branch -
git rename-branch
: implicitly uses the current branch if only one branch name provided
Bug Fixes
- fix incorrectly reported branch loop (#785)