devgustavotinti / comandos-git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

comandos-git

git init

git remote add origin (link github)

git pull origin main

git checkout -b main

git status

git add .

git commit -m "nome do commit"

git push origin main

About