Skip to content

Instantly share code, notes, and snippets.

@amazedkoumei
Created December 9, 2012 22:15
Show Gist options
  • Save amazedkoumei/4247256 to your computer and use it in GitHub Desktop.
Save amazedkoumei/4247256 to your computer and use it in GitHub Desktop.
pull req. for ruby lib.
# gem 'bubble-wrap', :require => 'bubble-wrap/all'
gem 'bubble-wrap', :git => 'https://github.com/amazedkoumei/BubbleWrap.git', :submodules => true, :require => 'bubble-wrap/all'
  1. fork target.
  • edit Gemfile like above.

  • do below

      bundle install
      cd bundler/gems/BubbleWrap-33a9beffd4bd        
      git checkout -b mutable_json
    
  1. edit some file.
  • do below

      git add .
      git commit -m 'commit message'
      git remote add github https://github.com/amazedkoumei/BubbleWrap.git
      git push github mutable_json
    
  1. go to https://github.com/amazedkoumei/BubbleWrap and push ""pull reqest"" button
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment