There was an error while loading. Please reload this page.
1 parent 508511f commit 0cd71aeCopy full SHA for 0cd71ae
1 file changed
script/diff_schemas.py
@@ -9,6 +9,9 @@
9
python3 script/diff_schemas.py [old_ref [new_ref]]
10
11
Defaults: old_ref=HEAD~1, new_ref=HEAD (working tree)
12
+Example: python3 script/diff_schemas.py HEAD~5 # Means compare five commits ago with now.
13
+
14
+Authored by Damion Dooley and Claude
15
"""
16
17
import argparse
0 commit comments