Can anyone help me? I would like to make a commit toward 1.9 but don't know
how to access that branch.
My .gitconfig looks like this:
[branch "master"]
remote = origin
merge = refs/heads/master
[remote "origin"]
url = git://github.com/sympy/sympy.git
fetch = +refs/heads/*:refs/remotes/origin/*
fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
I am comfortable with git pull, git checkout origin/pr/###, but don't know
how to set-up the upstream as you suggested. @asmeurer
<https://github.com/asmeurer> is usually the one that helps me out of such
situations :-)
Thanks for any help.
/c
--
You received this message because you are subscribed to the Google Groups
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/sympy/8836c8ee-d260-4626-9d87-d79bc84fb33an%40googlegroups.com.