[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gits] How do I tell if a branch is pushed up?



'git remote show <remote_name>' has some pretty useful output.  At the
end it shows you what remote branches you have setup to send pushes
to, and pull updates from.

-Kirk

On Tue, Jun 17, 2014 at 1:18 PM, Robert Ricci <ricci@cs.utah.edu> wrote:
> ‘git branch -a’ is what I usually use, it will list both local and remote branches.
>
> (You can do a ‘git fech’ first if you want to make sure you learn about recently-created remote branches. This won’t cause any merges or rebases locally.)
>
> On Jun 17, 2014, at 1:10 PM, Leigh Stoller <lbstoller@gmail.com> wrote:
>
>> How do I tell if a branch I have in my clone, also exists
>> in an upstream repo?
>>
>> Leigh
>