Skip to content

Latest commit

 

History

History
36 lines (17 loc) · 388 Bytes

File metadata and controls

36 lines (17 loc) · 388 Bytes

Codes

git config –global user.name “LucasRobs”

git config –global user.email “lucasrobs@alu.ufc.br

git init

git remote add origin https://github.com/LucasRobs/POO

git pull origin master

git add .

git commit -m 0.1

git push origin master

.

----ATUALIZAR----

git pull origin master

-----Up Arquivos----

git add .

git commit -m 0.1

git push origin master

.