Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] tangled up git repo

Having a look at the remote branch I get

$git branch -r

origin/1.1.x
origin/1.2.x
origin/HEAD -> origin/master
origin/document_source
origin/filter-editor
origin/filter-editorv2
origin/fpagnamenta
origin/legend
origin/master
origin/release
origin/tools-merge-split
Where is the upstram repository?

(Additional I have tried git pull upstream/master but not luck )
So if you are working right from the uDig repository, using origin is fine.

If you are working from your own fork you can register an upstream as outlined here:
- https://help.github.com/articles/fork-a-repo

Jody

Back to the top