Skip to content

Instantly share code, notes, and snippets.

View darlanthiago's full-sized avatar
💻
I'm programming and drinking coffee

Darlan Thiago darlanthiago

💻
I'm programming and drinking coffee
View GitHub Profile
@darlanthiago
darlanthiago / banco_codigo.json
Created March 11, 2021 20:43 — forked from antoniopresto/banco_codigo.json
JSON bancos do brasil com código
[
{
"value": "001",
"label": "Banco do Brasil S.A."
},
{
"value": "003",
"label": "Banco da Amazônia S.A."
},
{
@darlanthiago
darlanthiago / git.md
Created December 17, 2020 01:17 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda