by shigemk2

当面は技術的なことしか書かない

2018-09-11から1日間の記事一覧

git-commit reuse-message

Git

git-commitするときに、特定のコミットのメッセージを再利用する。そのコミットのメッセージでそのままgit-commitするから、その場では編集はできない。 --reuse-message=<commit> Take an existing commit object, and reuse the log message and the authorship in</commit>…

Logical Operators

AND OR NOT NOT ORみたいな書き方はできない https://prestodb.io/docs/current/functions/logical.html