forcing branch switch
[?]
Jul 31, 2014, 3:59 PM
6LRC7SIEZ56AQH7W7ABEZBHNO25P53N2WRZW4E7GFZV4GHGILGXQCDependencies
- [2]
3BTJRSU3GitInput.pm: Don't do a chdir to the Git clone - [3]
JAH3UPWASupport revision control systems via plugins
Change contents
- replacement in src/lib/Hydra/Plugin/GitInput.pm at line 43
$res = run(cmd => ["git", "checkout", "$branch"], dir => $clonePath);$res = run(cmd => ["git", "checkout", "--force", "$branch"], dir => $clonePath);