Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 0.88 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. git fetch mootools
  2. git checkout mootools/master
  3. git branch -m master mess
  4. git checkout -b master
  5. git checkout mess
  6. git rebase -i master
  7.  
  8. squash it all..
  9.  
  10. git checkout -b vendor-prefix
  11. git checkout mootools/master Source/Element.Event.js
  12. git checkout mootools/master package.yml
  13. git commit -am "Resetting to mootools/master"
  14.  
  15. git checkout mess
  16. git branch -m mess event-change
  17. git rm Source/Browser/Browser.Styles.js
  18. git checkout mootools/master Source/Element/Element.Style.js
  19. git checkout mootools/master package.yml
  20. git commit -am "Resetting to mootools/master"
  21.  
  22. git push origin vendor-prefix
  23. git push origin event-change
  24.  
  25. go to github and close the old pull request.
  26. go to your mootools-core repo. select the vendor-prefix branch (or http://github.com/csuwldcat/mootools-core/tree/vendor-prefix)
  27. do a pull request. verify that you didn't bring a long any unwanted cruff.
  28. repeat for event-change.