問題タブ [git-for-windows]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
151 問題
0
投票する
1
に答える
16
参照
git - ウィンドウで Git Hook post-flow-feature-start を使用して、機能の名前でディレクトリを作成します
git コマンドで作成したブランチ名にちなんで名付けられたディレクトリを作成する必要があります。
そのため、post-flow-feature-start フックを使用して MKdir コマンドを実行することを計画していましたが、変数内のブランチの名前を取得して Mkdir コマンドに渡す方法が見つかりません。
thk