Skip to content

Instantly share code, notes, and snippets.

View JovanyNegocio's full-sized avatar
🇦🇴
DevOps and Linux Engineer

Jeovany Negócio JovanyNegocio

🇦🇴
DevOps and Linux Engineer
View GitHub Profile
@JovanyNegocio
JovanyNegocio / git.md
Created February 11, 2020 09:53 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@JovanyNegocio
JovanyNegocio / Dockerfile
Created February 27, 2019 11:08 — forked from gabrielfroes/Dockerfile
Docker + VS Code #CDFTV #MaoNoCodigo3
FROM php:7.2-apache
RUN docker-php-ext-install mysqli
RUN a2enmod rewrite