Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 398 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 398 Bytes

GIT Básico

Git Dev

  • Adicionar repositório remoto

    git remote add origin [email protected]:ocontrolador/git.git

  • show repositorio remoto

    git remote -v

  • resize image linux terminal
    convert -resize 50% imagem_origem imagem_destino
    mogrify -resize 320x240 Image.png 
    mogrify -resize 50% Image.png
    mogrify -resize 320x240 *.jpg