Skip to content

Instantly share code, notes, and snippets.

View brunolimadevelopment's full-sized avatar
:octocat:
loading to next level...

Bruno brunolimadevelopment

:octocat:
loading to next level...
View GitHub Profile
$wp_customize->add_section( 'cd_colors' , array(
'title' => 'Colors',
'priority' => 30,
) );
@brunolimadevelopment
brunolimadevelopment / git.md
Created July 27, 2019 17:15 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

#GIT

Estados

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

Ajuda