gitflow
gitflow copied to clipboard
Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
When you do `git flow hotfix finish …` the hotfix branch is merged into `master` and then into `develop`. I would rather merge `master` into `develop` once the hotfix branch...
sh.exe C:\Users\s.moderow\AppData\Local\Atlassian\SourceTree\gitflow_local\gitflow\git-flow feature start gutschein C:\Users\s.moderow\AppData\Local\Atlassian\SourceTree\gitflow_local\gitflow\git-flow: line 115: /gitflow-shFlags: No such file or directory Using git-flow under Windows 10. Git-Flow extension for Visual Studio 2017 and Sourcetree installed.
You are allowed to start a feature branch off of any branch, not just develop. IMO you should also be able to finish it into that same branch. You may...
When I run `git flow`, I keep seeing `Summary of actions:` at the end. Would it be possible to suppress messages related to `Summary of actions:`?
Fixed the indentation.
```git merge --no-ff feature --edit -m "$(cat ~/.git_commit_template.txt)"``` allows me to add a helper text at the bottom of the `MERGE_MSG` file. Would it be possible to have similiar behavior...
**How to test** - run `git flow init` - when asked for delimiter enter custom delimiter (only valid characters for git branch names) - when asked for branch prefixes, enter...
On the path with git-flow (by Dave Bock) http://codesherpas.com/screencasts/on_the_path_gitflow.mov
I have followed the instructions here https://github.com/nvie/gitflow/wiki/Windows for Cygwin. I made sure the git, util-linux and wget are all installed, I also ran the "$'\r': command not found" code but...