Re: [PLUG] git not recognizing 'branch' command [FIXED]

2023-05-04 Thread Michael Ewan
git branch -r command
does the command on the remote repo, everything else works local.  For
example
git branch
lists the branches on the local repo
git branch -r
lists the branches on the remote repo


On Thu, May 4, 2023 at 3:53 PM Rich Shepard 
wrote:

> On Thu, 4 May 2023, c wrote:
>
> > What command are you using?
>
> Purcell,
>
> git master -m main
>
> That's supposed to work locally
>
> > I tried:
> > git branch -m master main
> > and it worked in a quick test on my machine.
>
> It worked here, too. I thougt it was for remote repos, not local ones.
> Apparently it works for both.
>
> Thanks,
>
> Rich
>


Re: [PLUG] git not recognizing 'branch' command [FIXED]

2023-05-04 Thread Rich Shepard

On Thu, 4 May 2023, c wrote:


What command are you using?


Purcell,

git master -m main

That's supposed to work locally


I tried:
git branch -m master main
and it worked in a quick test on my machine.


It worked here, too. I thougt it was for remote repos, not local ones.
Apparently it works for both.

Thanks,

Rich