/hello-world

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

Primary LanguageJavaApache License 2.0Apache-2.0

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