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

updated class to a more sexy way of creating classes in js #22

Merged
merged 2 commits into from
Aug 16, 2013

Conversation

rhwy
Copy link
Contributor

@rhwy rhwy commented Aug 15, 2013

No description provided.

…grunt_server

Allow to specify port used by 'grunt server'
@rhwy rhwy closed this Aug 16, 2013
@rhwy rhwy reopened this Aug 16, 2013
@rhwy
Copy link
Contributor Author

rhwy commented Aug 16, 2013

This was re-opened after a mistake branches removed before pull request was merged!.

one solution:

  • get the SHA1 of the commits involved in the pull request from the github interface
  • on the computer on which the branches were removed (and that has the history), you can pick the commits:
    • create a branch with the same original name (the one used in the PR) and checkout
    • git cherry-pick mySHA1 to integrate the commits in this branch
    • git logto verify that the last commits not pushed are the ones you just re-integrate
    • git push origin mybranch to push things to github and recreate a branch with the same name that can be automatically understood by github
    • the you can re-open the PR

avernois added a commit that referenced this pull request Aug 16, 2013
updated class to a more sexy way of creating classes in js
@avernois avernois merged commit d1b9242 into solidcrafters:master Aug 16, 2013
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.

None yet

3 participants