git init
git add README.md
git commit -m "test"
git branch -M main
git remote add origin https://github.com/jlonghku/EcoHydroModel.git
git push -u origin main