[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 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