Re: [owslib] annotated tag upstream/0.8.12 created (now e81ae7b)

2014-12-28 Thread Sebastiaan Couwenberg
PS, if you run `git push --all --set-upstream` once git will mark all branches to track the upstream (origin) repository. `git branch -av` will the list your local branches are ahead/behind the origin repository so you can see what hasn't been pushed yet. You always need to use --set-upstream if

Re: [owslib] annotated tag upstream/0.8.12 created (now e81ae7b)

2014-12-28 Thread Sebastiaan Couwenberg
On 12/23/2014 10:28 PM, Johan Van de Wauw wrote: > johanvdw-guest pushed a change to annotated tag upstream/0.8.12 > in repository owslib. It looks like you forgot to push the upstream and pristine-tar branches (e.g. using `git push --all`). Can you push these branches? Kind Regards, Bas --