From b10865f601dc1c646bf78b455381d9d974e24d07 Mon Sep 17 00:00:00 2001 From: vahagn Date: Wed, 2 Jun 2021 10:35:37 +0100 Subject: [PATCH] fb: H1 as table header --- Facebook/command_line_cheat_sheet.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/Facebook/command_line_cheat_sheet.md b/Facebook/command_line_cheat_sheet.md index 6cefc6a..1506972 100644 --- a/Facebook/command_line_cheat_sheet.md +++ b/Facebook/command_line_cheat_sheet.md @@ -1,5 +1,4 @@ -# Mercurial -| +# Mercurial | -|- hg book | temporary branch hg pull/hg rebase -d master | git pull --rebase @@ -7,28 +6,25 @@ hg revert | git co -f hg commit | git ci -# Jelly Fish -| +# Jelly Fish | -|- jf apply --all --suggested [--dry-run] | apply suggested changes jf apply --accepted --suggested [--dry-run] | apply accepted changes jf submit -e | sumbit and edit a comment -# Buck -| +# Buck | -|- buck test @mode/dev-nosan local/path/... | run all tests -# On deman DB -| +# On deman DB | -|- ondemand devdb new | new dev DB ondemand devdb list | list dev DBs ondemand devdb connect --name | connect to dev DB -# MySQL -SHOW DATABASES; | +# MySQL | -|- +SHOW DATABASES; | SHOW DATABASES LIKE 'open%'; | SHOW SCHEMAS; |