Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 457 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 457 Bytes

hello-world

Un repositorio para empezar a usar Github y Github Actions con Java

¿Como probar en el cloud?

Comandos git básicos

git clone https://github.com/gitt-3-pat/hello-world
git status
git add .
git commit -m "TU MENSAJE"
git push

git checkout -b feature/1
git checkout main

Referencias