Skip to content

Instantly share code, notes, and snippets.

View esganzerla's full-sized avatar

Eduardo Sganzerla esganzerla

  • Booking.com
  • Amsterdam, NL
View GitHub Profile
@edirpedro
edirpedro / estados-brasil.php
Last active August 24, 2024 18:21
Estados do Brasil (Lista, Array)
// Lista
AC, Acre
AL, Alagoas
AP, Amapá
AM, Amazonas
BA, Bahia
CE, Ceará
DF, Distrito Federal
ES, Espirito Santo
@wwiechorek
wwiechorek / gitche.sh
Created September 14, 2016 19:59
Git add + commit + pull + push AUTO
#!/bin/bash
git add -A
git commit -m "$0"
git pull
git push