Re: [and remote branch tracking] (was: [git-users] what is the most efficient way to mirror a repository)

2023-04-15 Thread Felipe Contreras
On Sat, Apr 15, 2023 at 2:35 AM Uwe Brauer wrote: > > > On Fri, Apr 14, 2023 at 04:38:34PM +0200, Uwe Brauer wrote: > > > Well, your approach is incorrect. ;-) > > A correct one is going to be quicker, too. > > > As I've explained in this list in the past, _by default_ Git implements > >

Re: [git-users] what is the most efficient way to mirror a repository

2023-04-15 Thread Felipe Contreras
On Fri, Apr 14, 2023 at 3:25 PM Uwe Brauer wrote: > > 1. Clone the original repo: > > > git clone --mirror o...@git.code.sf.net/p/matlab-emacs/src > > > That worked as I expected (as a mercurial user) > I just followed the instructions of the gitlab documentation but did not > realize

[and remote branch tracking] (was: [git-users] what is the most efficient way to mirror a repository)

2023-04-15 Thread Uwe Brauer
> On Fri, Apr 14, 2023 at 04:38:34PM +0200, Uwe Brauer wrote: > Well, your approach is incorrect. ;-) > A correct one is going to be quicker, too. > As I've explained in this list in the past, _by default_ Git implements > asymmetric approach to handling remote repositories and branches they >