Alexander Osipenko wrote:
> I'm working in different places, some with limited internet access,
> and need to have local copy of my repository on usb stick.
>
> With Mercurial the task is easy:
> configure stick = /media/stick/my/repo and
> hg push stick/hg pull stick synchronizes my work.
>
> No
Thanks, Peter!
One more question:
I'm working in different places, some with limited internet access,
and need to have local copy of my repository on usb stick.
With Mercurial the task is easy:
configure stick = /media/stick/my/repo and
hg push stick/hg pull stick synchronizes my work.
No doubt
Hi!
Akos Vandra wrote:
> >> I tried doing:
> >>
> >> git fetch ssh://axo...@openocd.zylin.com:29418/openocd
> >> refs/changes/34/534/4 && git checkout FETCH_HEAD
> >> git pull ssh://axo...@openocd.zylin.com:29418/openocd refs/changes/69/669/1
> >>
> >> (make changes)
> >>
> >> git add ...
> >> git
Hi!
On 26 May 2012 20:16, Peter Stuge wrote:
> Hi,
>
> Akos Vandra wrote:
>> I tried doing:
>>
>> git fetch ssh://axo...@openocd.zylin.com:29418/openocd
>> refs/changes/34/534/4 && git checkout FETCH_HEAD
>> git pull ssh://axo...@openocd.zylin.com:29418/openocd refs/changes/69/669/1
>>
>> (make c
Hi,
Akos Vandra wrote:
> I tried doing:
>
> git fetch ssh://axo...@openocd.zylin.com:29418/openocd
> refs/changes/34/534/4 && git checkout FETCH_HEAD
> git pull ssh://axo...@openocd.zylin.com:29418/openocd refs/changes/69/669/1
>
> (make changes)
>
> git add ...
> git commit
> tools/checkpatch.
Hi!
I tried doing:
git fetch ssh://axo...@openocd.zylin.com:29418/openocd
refs/changes/34/534/4 && git checkout FETCH_HEAD
git pull ssh://axo...@openocd.zylin.com:29418/openocd refs/changes/69/669/1
(make changes)
git add ...
git commit
tools/checkpatch.sh
However I can't push to the gerrit:
On 25 May 2012 12:35, Akos Vandra wrote:
> Hi!
>
> Question in brief: How do I make a commit depend on two other ones?
>
> I've update a few patches over the current master head that have not
> yet been integrated. From now on I'll need to work with Andreas' mpsse
> driver patches which also have
On Fri, May 25, 2012 at 1:35 PM, Akos Vandra wrote:
> Hi!
>
> Question in brief: How do I make a commit depend on two other ones?
>
> I've update a few patches over the current master head that have not
> yet been integrated. From now on I'll need to work with Andreas' mpsse
> driver patches which