Re: Using alternate working directory

2013-09-23 Thread Jeff King
On Sun, Sep 22, 2013 at 12:04:24AM +0300, Ram Rachum wrote: > I'm making a script `gm` which lets me merge one branch into another > without having either checked out. It works for some cases but not > all. I'm trying to make it work for more cases. > > I concluded that the best way to do it woul

Re: Using alternate working directory

2013-09-23 Thread Ram Rachum
Does anyone care to help? I'd really like to solve this :( On 22/9/2013 00:04, Ram Rachum wrote: Hi everybody! I need some help with Git. I'm making a script `gm` which lets me merge one branch into another without having either checked out. It works for some cases but not all. I'm trying t

Using alternate working directory

2013-09-21 Thread Ram Rachum
Hi everybody! I need some help with Git. I'm making a script `gm` which lets me merge one branch into another without having either checked out. It works for some cases but not all. I'm trying to make it work for more cases. I concluded that the best way to do it would be by using an alterna