You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2023. It is now read-only.
Doing a git flow release finish I see the following line displayed. Is this a problem?
C:/Program Files/Git/usr/bin/gitflow-common: line 79: [: -master: integer expression expected
The full console output (project file names redacted) is:
> git flow version
1.10.1 (AVH Edition)
> git flow release finish -F -m "blah blah"
C:/Program Files/Git/usr/bin/gitflow-common: line 79: [: -master: integer expression expected
Switched to branch 'master'
Your branch is up-to-date with 'origin/master'.
Merge made by the 'recursive' strategy.
... ... ...
4 files changed, 38 insertions(+), 8 deletions(-)
Already on 'master'
Your branch is ahead of 'origin/master' by 8 commits.
(use "git push" to publish your local commits)
Switched to branch 'develop'
Your branch is up-to-date with 'origin/develop'.
Merge made by the 'recursive' strategy.
... ... ...
1 file changed, 1 insertion(+)
To git@... ... ....git
- [deleted] release/v1.3.0
Deleted branch release/v1.3.0 (was e221fa0).
Summary of actions:
- Latest objects have been fetched from 'origin'
- Release branch 'release/v1.3.0' has been merged into 'master'
- The release was tagged 'v1.3.0'
- Release tag 'v1.3.0' has been back-merged into 'develop'
- Release branch 'release/v1.3.0' has been locally deleted; it has been remotely deleted from 'origin'
- You are now on branch 'develop'
My msysgit git flow was updated recently (to 1.10.1 (AVH Edition)) by cloning the git flow repo, checking out and copying all git flow files (below) into the git/usr/bin directory:
Doing a
git flow release finish
I see the following line displayed. Is this a problem?The full console output (project file names redacted) is:
My msysgit git flow was updated recently (to
1.10.1 (AVH Edition)
) by cloning the git flow repo, checking out and copying all git flow files (below) into thegit/usr/bin
directory:The text was updated successfully, but these errors were encountered: