Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 530 Bytes

README_FOR_DATA.mdown

File metadata and controls

16 lines (16 loc) · 530 Bytes
  • mkdir gee_fu_data
  • cd gee_fu_data
  • git init
  • echo .DS_Store >> .gitignore
  • git add .
  • git commit -am 'Setup GeeFU data repository'
  • Add new Repo in GitHub
  • git remote add origin [email protected]:[your_github_user]/gee_fu_data.git
  • git pull origin master
  • rake repo:export
  • git add .
  • git commit -am 'Add GeeFU data'
  • git push origin master