We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e024fa4 commit a7a89cdCopy full SHA for a7a89cd
gitflow-common
@@ -181,7 +181,7 @@ gitflow_is_initialized() {
181
182
# loading settings that can be overridden using git config
183
gitflow_load_settings() {
184
- export DOT_GIT_DIR=$(git rev-parse --git-dir >/dev/null 2>&1)
+ export DOT_GIT_DIR=$(git rev-parse --git-dir 2>/dev/null)
185
export MASTER_BRANCH=$(git config --get gitflow.branch.master)
186
export DEVELOP_BRANCH=$(git config --get gitflow.branch.develop)
187
export ORIGIN=$(git config --get gitflow.origin || echo origin)
0 commit comments