Summary of actions: - The feature branch 'feature/text' was merged into 'develop' - Feature branch 'feature/text' has been locally deleted; it has been remotely deleted from 'origin' - You are now on branch 'develop'
Summary of actions: - A new branch 'release/version0.0.0' was created, based on 'develop' - You are now on branch 'release/version0.0.0'
Follow-up actions: - Bump the version number now! - Start committing last-minute fixes in preparing your release - When done, run:
git flow release finish 'version0.0.0'
本地release分支发布到远程
1
git flow release publish [version0.0.0]
_日志
1 2 3 4 5 6 7 8 9 10 11
Total 0 (delta 0), reused 0 (delta 0) To github.com:violetqqy/git-flow-demo.git * [new branch] release/version0.0.0 -> release/version0.0.0 Branch 'release/version0.0.0'set up to track remote branch 'release/version0.0.0' from 'origin'. Already on 'release/version0.0.0' Your branch is up to date with 'origin/release/version0.0.0'.
Summary of actions: - The remote branch 'release/version0.0.0' was created or updated - The local branch 'release/version0.0.0' was configured to track the remote branch - You are now on branch 'release/version0.0.0'