Hi Sedat,

On Tue, Jul 21, 2020 at 10:19 AM Sedat Dilek <[email protected]> wrote:
> You happen to know if I can configure in my ~/.gitconfig to pull
> linux-git stuff from two repositories - check first git.kernel.org
> then GitHub.
>
> Some days ago GitHub had some maintenance issues and I was not able to pull.
> Means I trust more the security and integrity concept of git.kernel.org.
>
> To pull from GitHub - saved 15-16mins of my life-time - meant
> 15-16mins go earlier to sleep - as said I started my build 01:02a.m.
> (German local-time).

Assumed your cloned from kernel.org:

    git remote add github https://github.com/torvalds/linux

After that:
  1. "git remote update" will fetch data from both origin and github,
  2. "git merge $(git tag | grep -v rc | sort -n | tail -1)" will
     merge in the latest release, if you don't have it merged already.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

Reply via email to