Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 532 Bytes

File metadata and controls

23 lines (14 loc) · 532 Bytes

🚀 USO

  1. Clonar y checkout a develop: git clone -b develop https://github.com/JCJetz/Prueba_App_Weather.git directorio
  2. cd directorio
  3. npm install
  4. npm run start

✨ GITHUB

forkear en github (obtener url del fork)

  1. git remote add origin 'url del fork (propia)'

  2. git remote add upstream https://github.com/JCJetz/Prueba_App_Weather.git

  3. git checkout -b feature/my_feature

  4. git commit -m 'desc de la feature'

  5. git push origin feature/my_feature

hacer pull request de la feature

...