Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hw #53

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open

hw #53

wants to merge 2 commits into from

Conversation

iamakimmer
Copy link
Contributor

No description provided.

@iamakimmer
Copy link
Contributor Author

I didn't know this..is this specific to github? I create a pull request, and then if it failed CI. I just pushed in again and it automatically pushes this change to the pull request?

array[j] = temp;
}
return array;
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Again, if you took this code from elsewhere, please reference it!

@afeld
Copy link
Member

afeld commented Mar 6, 2016

Nice work! Only thing missing here is V4.

I just pushed in again and it automatically pushes this change to the pull request?

Yep! Pull requests correspond to branches, so any change to that branch while the pull request it still open will be reflected. Very useful for being able to propose some changes, get feedback, fix it, then get it merged.

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