41

私は本質的にやりたいですgit bisect run 'bundle && bundle exec cucumber'

コマンドラインでこれを実行したい-シェルスクリプトを記述したくない。

4

1 に答える 1

63
git bisect run sh -c 'bundle && bundle exec cucumber'
于 2012-04-11T15:11:16.007 に答える