Skip to content

Instantly share code, notes, and snippets.

View camilamoreiradev's full-sized avatar
🤯
Working as usual!

Camila Moreira camilamoreiradev

🤯
Working as usual!
View GitHub Profile
@chancesmith
chancesmith / json-object-array-foreach-loop.php
Last active December 11, 2022 15:54
Foreach loop through JSON object array
<?php
$json = '[
{
"categories": "10,11",
"title": "Promos",
"columns": "col-md-3"
},
{
"categories": "10,12",
@leocomelli
leocomelli / git.md
Last active September 24, 2024 21:21
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda