2010-2-3
| 07:42 | asksol | |
| 07:43 | apollo13 | asksol: aye aye :) |
| 16:36 | siwu | guys |
| 16:36 | siwu | how do I pull from the master on github ? |
| 16:36 | siwu | isn't it git pull master ? |
| 17:06 | asksol | git pull origin master |
| 17:06 | asksol | but not if it's a fork |
| 17:06 | siwu | it's a fork |
| 17:06 | siwu | i'm looking around in the help |
| 17:07 | asksol | use the github-gem |
| 17:07 | asksol | $ gem source add http://gemcutter.org |
| 17:07 | asksol | $ gem install github |
| 17:07 | siwu | i can't, because my version of ruby isn't compatible :/ |
| 17:08 | siwu | you pasted me a command once, using git |
| 17:08 | siwu | but I don't seem to find it back |
| 17:09 | siwu | wait, maybe the admins changed our version |
| 17:09 | siwu | i'm trying |
| 17:12 | asksol | git remote add upstream git://github.com/ask/celery.git |
| 17:12 | siwu | what the hell |
| 17:12 | siwu | how did you find that one ? |
| 17:15 | apollo13 | siwu: http://code.djangoproject.com/wiki/CollaborateO... is useful too |
| 17:15 | apollo13 | just change the urls… |
| 17:42 | asksol |