pyston / pyston_v1

The previous version of Pyston, a faster implementation of the Python programming language. Please use this link for the new repository:
https://github.com/pyston/pyston/
4.89k stars 289 forks source link

close my pull request #391

Closed corona10 closed 9 years ago

corona10 commented 9 years ago

omg... every my code which i push to my repository changed my pull request #337 so i closed it.. lot's of conflict in using git , i need to fix it (such as re-fork main repository.. and make branch..) so i closed it can @kmod remove my pull request log #337? i need to newly start it haha

undingen commented 9 years ago

Ok I think the easiest solution for you would be: copy the current content (with your changes) of the src/gc/collector.cpp file to some tmp directory. then run: git checkout -b smallvector upstream/master You will then have a local branch with the name smallvector witch is tracking the pyston master branch. Copy over you changed file. Add, commit and push the change to the repository. The next time you want to modify something you will create a new branch again (with a different name)

corona10 commented 9 years ago

thank you it's hard than just using as college project.