Bruno Tournay

Results 3 comments of Bruno Tournay

For those landing on this issue like me, I made a Pull Request attempt (#117) for the annoying limitation mentioned above by @roychoo

> worktrees allow for working on multiple things simultaneously Changelists is something different. It allows gathering "change blocks" (blocks of unstaged modified lines). Different change blocks from the same file...

I've found a workaround to get installed the binary version by "declaring" the system to consider. By editing rvm/user/rb and adding : ``` system_type=Linux system_name=Debian system_name_lowercase=debian system_version=8 system_arch=x86_64 ``` This...