- NEW: Automatic versioning for release/hotfix start
- FIX: error handling when commands fail
- FIX: Feature-Start needs to call HasRemote
- FIX: don't exit shell on error
- improvements
- Better error messages
- make it work nicely as an imported function
Git-Flow - redo validation for cleaner messages
- add autocompleter for finish branch name
- Exit on first failed command
- don't pull if no remote
- don't edit on merges
- delete merged branches on successful finish
feature finish should do a --no-ff merge
make sure branches are fully up-to-date before merging
Just the basics for:
Git-Flow.ps1 feature startGit-Flow.ps1 feature finishGit-Flow.ps1 release startGit-Flow.ps1 release finishGit-Flow.ps1 hotfix startGit-Flow.ps1 hotfix finish