On Mon, Dec 21, 2015 at 8:17 AM, Duy Nguyen wrote:
> On Fri, Dec 18, 2015 at 8:35 AM, Cameron Esfahani wrote:
>> I have git project checked out at ~/llvm. Inside of there, inside of a
>> “tools” directory, I have another project checked out as “lldb”:
>>
>> ~/llvm/tools/lldb
>>
>> I wrote an al
On Fri, Dec 18, 2015 at 8:35 AM, Cameron Esfahani wrote:
> I have git project checked out at ~/llvm. Inside of there, inside of a
> “tools” directory, I have another project checked out as “lldb”:
>
> ~/llvm/tools/lldb
>
> I wrote an alias which would help me update all my projects:
>
>
I have git project checked out at ~/llvm. Inside of there, inside of a “tools”
directory, I have another project checked out as “lldb”:
~/llvm/tools/lldb
I wrote an alias which would help me update all my projects:
all = !find . -type d -name .git | sed 's:/.git::' | xargs -I{} -t git
3 matches
Mail list logo