Skip to content

Instantly share code, notes, and snippets.

@CaioAR
CaioAR / PSQL
Last active May 16, 2019 00:00
PostgreSQL
psql 'test'
show all tables
\d
-----------------------
select * from users
show all columns from table
---------------------------
@CaioAR
CaioAR / git-cheat-sheet.md
Created October 25, 2017 13:03 — forked from prograhammer/git-cheat-sheet.md
Git cheat sheet for some useful Git commands and command scenarios.