New Version of GitFlow-CJS v2.x series #76
Pinned
ChrisJStone
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release Notes
feat(git-flow): add support for busybox(git-flow: prefer "-f" readlink(1) option to "-e" #12)
feat(init): add support for environment credentials (Support Git Environment Credentials #19)
Allows git flow to fall back to the same environment variables git uses
for setting the author and committer details if they are not present in
the users .gitconfig
When running git flow init the following option is now available when
creating a git repository using git flow..
When setting up git flow in a freshly created git repository with no
prior commits or when using git flow to create a git repository in an
existing folder the sign flag will create a signed empty commit with the
message initial commit.
Added git flow feature release to provide a quick way to create a
release branch from a existing feature branch.
When runing hotfix finish the following options have been the following
options have been added:
NOTE: One one of the above three options can be used at any given time
since it doesn't make sence to combine them.
git flow log help no longer implies it can only be used with feature
branches
Beta Was this translation helpful? Give feedback.
All reactions