DEV Community

devto1234test
devto1234test

Posted on • Edited on

Mi first post

Tutorial básico de comandos básicos en git.

git commit -m "first commit"

Image description

git add .
git commit -m "first commit"
git push origin main 
git push origin main --force
Enter fullscreen mode Exit fullscreen mode

Top comments (0)