We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7b9e1 commit 4ba1c9eCopy full SHA for 4ba1c9e
skipper/git.py
@@ -18,6 +18,7 @@ def get_hash(short=False):
18
19
return subprocess.check_output(git_command).strip().decode('utf-8')
20
21
+
22
def uncommitted_changes():
23
"""Return True is there are uncommitted changes."""
24
return subprocess.call(['git', 'diff', '--quiet', 'HEAD']) != 0
0 commit comments