NLeSC / software.esciencecenter.nl

eStep website with projects software and people.
http://software.esciencecenter.nl
Other
4 stars 3 forks source link

added entry for googleearth toolbox for matlab #86

Closed jspaaks closed 8 years ago

sverhoeven commented 8 years ago

Dafne wrote Matlab and you MATLAB, could you fix it in her file to MATLAB.

jspaaks commented 8 years ago

Hi Stefan, just ot be clear, is what you want me to do?

  1. git checkout gh-pages
  2. git pull origin gh-pages
  3. git branch jspaaks-matlab
  4. git checkout jspaaks-matlab
  5. grep 'Matlab' -nr .
  6. do corrections
  7. git add ./_software/salient-region-detectors.md
  8. git commit -m "Matlab -> MATLAB"
  9. git push origin jspaaks-matlab
  10. create pull request
sverhoeven commented 8 years ago

I though using jspaaks branch to do the changes. So

  1. git checkout jspaaks
  2. grep 'Matlab' -nr .
  3. do corrections
  4. git add ./_software/salient-region-detectors.md
  5. git commit -m "Matlab -> MATLAB"
  6. git push origin jspaaks