As Ondrej noted, you should use a branch. Never commit to master.

Also, when you cloned, did you clone from the SymPy repo or from your
fork? We recommend cloning from the SymPy repo, so that when you pull,
you get the upstream changes. See
https://github.com/sympy/sympy/wiki/development-workflow.

If you did it wrong, you can fix it.

git remote set-url origin g...@github.com:sympy/sympy.git
git remote add github g...@github.com:chaserelock/sympy.git

Then pull using "git pull" and push using "git push github".

Aaron Meurer

On Thu, Mar 20, 2014 at 10:51 PM, Chase Relock <chase.rel...@gmail.com> wrote:
> Hey all,
> I finalized some changes I made and had earlier but it seems for some reason
> that the changes I sync'd from the upstream master are counting as my own.
> https://github.com/sympy/sympy/pull/7314
> Here is a pull request and you can see in the changes section that many of
> those are already in the master. If anyone knows an easy solution to clean
> this up I'd be very appreciative.
>
> --
> 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 sympy+unsubscr...@googlegroups.com.
> To post to this group, send email to sympy@googlegroups.com.
> Visit this group at http://groups.google.com/group/sympy.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/38dfac9b-689d-4d4c-8b64-5c1d608d5a2e%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6LUkDTgx%2BepriwGg8_Z_%2Bxw8Lm%2BisFCZPtCYK2yoiwTdA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to