Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 206 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 206 Bytes

leccion12

git init

git add .

git add "filename"

git commit -m "Comentario"

git remote add origin URL

git clone URL

git push origin master

git status

git pull

DONUTS