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
@gabrielfroes
gabrielfroes / Dockerfile
Created October 5, 2018 14:55
Docker + VS Code #CDFTV #MaoNoCodigo3
FROM php:7.2-apache
RUN docker-php-ext-install mysqli
RUN a2enmod rewrite
@leocomelli
leocomelli / git.md
Last active July 9, 2024 01:26
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda