Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 464 Bytes

File metadata and controls

16 lines (15 loc) · 464 Bytes

ACTIVIDAD 1. SIMULAR PROCESAMIENTO POR LOTES

GITHUB

CLONAR EL REPOSITORIO DE GITHUB LOCALMENTE

git clone https://github.com/molki3/SSPSO-PPL.git

CREAR UN NUEVO REPOSITORIO EN LINEA DE COMANDOS

git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/molki3/SSPSO-PPL.git git push origin main

TRAER LOS CAMBIOS DE GITHUB

git pull

SUBIR LOS CAMBIOS A GITHUB

git push origin nombre_rama