Skip to content

Instantly share code, notes, and snippets.

View agarciagaray's full-sized avatar

Alejandro García Garay agarciagaray

View GitHub Profile
@agarciagaray
agarciagaray / git.md
Created October 1, 2022 16:12 — forked from jneptune/git.md
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

@agarciagaray
agarciagaray / Instalaciones-React.md
Created May 11, 2023 19:59 — forked from Klerith/Instalaciones-React.md
Instalaciones recomendadas para mi curso de React de cero a experto