Instalación de Git en Linux Ubuntu
Manuel Ortega Carcamo
Posted on March 23, 2021
Guía de instalación
Abrir una terminal y ejecutar los siguientes pasos:
Actualizar los paquetes disponibles y sus versiones.
sudo apt update
Instalar Git
sudo apt install git
Verificar la versión de Git instalada
git --version
git version 2.25.1
Clonar el boilerplate de la academia react-hello
git clone https://github.com/4GeeksAcademy/react-hello.git
cd react-hello
npm install
npm run start
💖 💪 🙅 🚩
Manuel Ortega Carcamo
Posted on March 23, 2021
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
privacy Caught in the Crunch My Journey from Snacks to 2 Million Exposed Users Privacy
November 30, 2024
devchallenge Submission for the DevCycle Feature Flag Challenge: Feature Flag Funhouse
November 30, 2024