On 08/26/2011 11:57 PM, hrikjsenvagt...@yahoo.dk wrote:
> Hi Bjôrn
>
>
> Could not totally remove
> './g checkout `git name-rev --name-only HEAD`' as I got an
> error but replaced it with 'git checkout master'
> './g -f stash pop' had to be replaced with 'git stash pop || :'
> as it generated an
Hi Bjôrn
Could not totally remove
'./g checkout `git name-rev --name-only HEAD`' as I got an
error but replaced it with 'git checkout master'
'./g -f stash pop' had to be replaced with 'git stash pop || :'
as it generated an error caught by jenkins if no stash was found.
Out commented subsequentt