fb: revert

This commit is contained in:
2021-06-02 10:36:39 +01:00
parent b10865f601
commit 3072c859df

View File

@@ -1,4 +1,5 @@
# Mercurial | # Mercurial
|
-|- -|-
hg book <bookmark name> | temporary branch hg book <bookmark name> | temporary branch
hg pull/hg rebase -d master | git pull --rebase hg pull/hg rebase -d master | git pull --rebase
@@ -6,24 +7,28 @@ hg revert <file> | git co -f <file>
hg commit | git ci hg commit | git ci
# Jelly Fish | # Jelly Fish
|
-|- -|-
jf apply --all --suggested [--dry-run] | apply suggested changes jf apply --all --suggested [--dry-run] | apply suggested changes
jf apply --accepted --suggested [--dry-run] | apply accepted changes jf apply --accepted --suggested [--dry-run] | apply accepted changes
jf submit -e | sumbit and edit a comment jf submit -e | sumbit and edit a comment
# Buck | # Buck
|
-|- -|-
buck test @mode/dev-nosan local/path/... | run all tests buck test @mode/dev-nosan local/path/... | run all tests
# On deman DB | # On deman DB
|
-|- -|-
ondemand devdb new | new dev DB ondemand devdb new | new dev DB
ondemand devdb list | list dev DBs ondemand devdb list | list dev DBs
ondemand devdb connect --name <name of the ephemeral xdb shard> | connect to dev DB ondemand devdb connect --name <name of the ephemeral xdb shard> | connect to dev DB
# MySQL | # MySQL
|
-|- -|-
SHOW DATABASES; | SHOW DATABASES; |
SHOW DATABASES LIKE 'open%'; | SHOW DATABASES LIKE 'open%'; |