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
Add support for the --showcommands option across all git-flow commands, allowing users to see the underlying git commands being executed. This makes the behavior consistent across all git-flow operations and helps users understand the underlying git operations.
Implement the --showcommands option as a global option for all git-flow commands
The option should:
Display each git command before it is executed
Format the command display in a consistent and readable way
Work with all git-flow operations (init, feature, release, hotfix, etc.)
Uh oh!
There was an error while loading. Please reload this page.
Add support for the
--showcommands
option across all git-flow commands, allowing users to see the underlying git commands being executed. This makes the behavior consistent across all git-flow operations and helps users understand the underlying git operations.--showcommands
option as a global option for all git-flow commandsgitflow.showcommands=true|false
The text was updated successfully, but these errors were encountered: