Open justin808 opened 9 years ago
If you set this flag to true, gitflow will print out each time it calls git
. This way you can trace what steps gitflow is taking, for example to troubleshoot issues.
I am not sure about updating the README, I thought the flag was self-explanatory – but clearly not. :)
@jeromebaum Please give an example of using this option.
I just wrote a few posts about git-flow:
http://forum.railsonmaui.com/t/zsh-with-git-flow-and-cleanup-of-branches/135/5?u=justin
http://forum.railsonmaui.com/t/git-flow-avh-rather-than-git-flow/168
this example worked for me:
git flow feature start FEATURENAME --showcommands
@jeromebaum Per this commit:
https://github.com/nvie/gitflow/commit/5bca8d9358f5b08af40ac32f289bb14b18965cec
How does this feature work? Should this go to the README?