example git bisect

example - Ejecutar dos comandos durante la ejecución de git bisect



git bisect example (1)

Básicamente, me gustaría hacer git bisect run ''bundle && bundle exec cucumber'' .

Quiero hacer esto en la línea de comandos, no quiero escribir un script de shell.


git bisect run sh -c ''bundle && bundle exec cucumber''