Skip to content

Instantly share code, notes, and snippets.

View cesc88's full-sized avatar
🏠
Working from home

Carlos Cunha cesc88

🏠
Working from home
View GitHub Profile
@cesc88
cesc88 / git.md
Created July 9, 2020 01:02 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

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

Ajuda

@cesc88
cesc88 / curl.md
Created May 30, 2020 02:34 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.