Created
May 30, 2020 10:11
-
-
Save doi-t/7f9bc8493aa52d1271055a4c57c0c817 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SCHEMA_FILE=path/to/schema/file.sql \ | |
REPO=$(git rev-parse --show-toplevel); \ | |
GIT_HASH=$(git rev-parse HEAD); \ | |
schemalex "local-git://${REPO}?file=${SCHEMA_FILE}&commitish=${GIT_HASH}" ${REPO}/${SCHEMA_FILE} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment