Make `git fetch --all` parallel?

2016-10-11 Thread Ram Rachum
Hi everyone! I have a repo that has a bunch of different remotes, and I noticed slowness when doing `git fetch --all`. Is it currently made sequentially? Do you think that maybe it could be done in parallel so it could be much faster? Thanks, Ram.

git cascade and git forward-merge

2014-04-01 Thread Ram Rachum
Hi guys! I just made two Git scripts of mine open-source: https://github.com/cool-RR/git-cascade This project contains two scripts: - git cascade - Cascade changes from each branch to its dependents. - git forward-merge - Merge branches without chec

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.

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