Closed SvenDowideit closed 10 years ago
When I run pulls
in a repo made with
git clone git@github.com:SvenDowideit/docker
git add remote upstream https://github.com/dotcloud/docker
git fetch --all
then pulls
returns nothing.
https://help.github.com/articles/fork-a-repo
but if I
git clone https://github.com/dotcloud/docker
pulls
works - but until I read the code, the idea of then calling pulls send
is pretty ominous - and will be much more so for newer contributors.
clearly will get updated when #128 merges.
You should use crosbymichael/golang
as the base image ;)
If you use tianon/golang
you can compile for Mac OS and FreeBSD too!
Merging this as it's good enough and solves the problem.
Finally got to it.