[kwlug-disc] git remote add ...

Raymond Chen raymondchen625 at gmail.com
Sun May 15 17:18:12 EDT 2022


You can use ‘git remote add <remote_name>…’ After adding the remote, you
can find its section in .git/config file. Like the post above says, the
remote config is a local thing.

On Sun, May 15, 2022 at 16:43 Ronald Barnes <ron at ronaldbarnes.ca> wrote:

> Raymond Chen wrote on 2022-05-14 16:33:
>
> > IIUC, your origin is your local git repo. So if you're pushing to
> > github, you might need:
> >
> > git push --set-upstream github master
>
> That does work, though I think I have to git remote add first.
>
>
> I was looking for a way to permanently add a second remote though.
> Apparently, that's just not how git works.
>
>
> Thanks Raymond.
>
> rb
>
>
> _______________________________________________
> kwlug-disc mailing list
> kwlug-disc at kwlug.org
> https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://kwlug.org/pipermail/kwlug-disc_kwlug.org/attachments/20220515/932d3949/attachment.htm>


More information about the kwlug-disc mailing list