Skip to content

Instantly share code, notes, and snippets.

View agarciagaray's full-sized avatar

Alejandro García Garay agarciagaray

View GitHub Profile
@jneptune
jneptune / git.md
Last active December 6, 2022 20:20
GIT Commands and Actions

GIT Commands and Actions

Create Repo

New Local Repo git init [project-name]
Copy Remote Repo git clone [url] [?name]

Making Changes

@Klerith
Klerith / Instalaciones-React.md
Last active July 29, 2024 20:28
Instalaciones recomendadas para mi curso de React de cero a experto
* =====================================================================================
* Consulta las tasas del dolar desde el sitio web:
* https://www.datos.gov.co/resource/32sa-8pi3.json?vigenciadesde=
*
* Dependencias:
* VfpRestClient: https://github.com/Irwin1985/VFPRestClient
* JSONFox: https://github.com/Irwin1985/JSONFox
*
* NOTA:
* 1. Cambie las rutas de vfpRestClient y JSONFox por las correspondientes.