Skip to content

Conversation

@changhiskhan
Copy link
Contributor

No description provided.

@wesm
Copy link
Member

wesm commented Feb 23, 2012

you'll want to do work like this in a branch, see:

http://pandas.pydata.org/developers.html#working-with-the-code

After this gets merged you'll want to fetch upstream and do

git reset --hard upstream/master

so you get rid of those merge commits above. git takes some git-ing used to

@changhiskhan
Copy link
Contributor Author

Ahhh the reset step. Thanks! Will be up to speed soon :)
On Feb 23, 2012 2:08 PM, "Wes McKinney" <
[email protected]>
wrote:

you'll want to do work like this in a branch, see:

http://pandas.pydata.org/developers.html#working-with-the-code

After this gets merged you'll want to fetch upstream and do

git reset --hard upstream/master

so you get rid of those merge commits above. git takes some git-ing used to


Reply to this email directly or view it on GitHub:
#807 (comment)

@changhiskhan
Copy link
Contributor Author

Also, u get a slap in the back of the head for using a "git" pun :P
On Feb 23, 2012 2:08 PM, "Wes McKinney" <
[email protected]>
wrote:

you'll want to do work like this in a branch, see:

http://pandas.pydata.org/developers.html#working-with-the-code

After this gets merged you'll want to fetch upstream and do

git reset --hard upstream/master

so you get rid of those merge commits above. git takes some git-ing used to


Reply to this email directly or view it on GitHub:
#807 (comment)

wesm added a commit that referenced this pull request Feb 23, 2012
Issue #806 DataFrame/Series.align can now specify fill_value or fill_method
@wesm wesm merged commit 4175bf4 into pandas-dev:master Feb 23, 2012
@wesm
Copy link
Member

wesm commented Feb 23, 2012

the test suite didn't pass with these changes-- I patched things up and looking good now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants