IAmSSH

Results 7 comments of IAmSSH

@mojavelinux , @jcubic , @araknast Requesting your comments.

> First of all the tests didn't pass, you have Lint errors. Fix lint errors so we can see if the tests pass. They are executed with `&&` in one...

> Do you really need those options: > > ``` > ours: 'a', > theirs: 'd7676dfe102cd28ec794b25f9a6231af0cdfd16d', > ``` > > Can you just name them `oid` and `branch` like in...

Hey @jcubic , any updates?

Got it. It works when the target branch is not the current branch. But, you are correct, I need to update the working tree when it is the current branch....

Is this still a requirement? I can try the implementation if needed.

@yusukebe Is it actually an expected behaviour? I feel the current implementation is correct, because `setCookie` sets the header attribute on the response headers, while `getCookie` tries to get cookie...