summaryrefslogtreecommitdiff
path: root/jtlib/__init__.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-06-10 17:25:04 +0300
committerLars Wirzenius <liw@liw.fi>2016-06-10 17:25:04 +0300
commit4c64ac3a01a7c47de62761437749e824130f522e (patch)
tree586a6a17fc36e56d76179f33cdcf4579cbd946d4 /jtlib/__init__.py
parent813af39a0b55219497457f4f98c635ada2643597 (diff)
downloadjt-4c64ac3a01a7c47de62761437749e824130f522e.tar.gz
Run git rebase --pull before git push
Diffstat (limited to 'jtlib/__init__.py')
-rw-r--r--jtlib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/jtlib/__init__.py b/jtlib/__init__.py
index 959f715..42df5bb 100644
--- a/jtlib/__init__.py
+++ b/jtlib/__init__.py
@@ -18,7 +18,7 @@
from .version import __version__
from .draftsdir import DraftsDirectory
-from .git import commit_to_git, push_git
+from .git import commit_to_git, pull_rebase_git, push_git
from .app import JournalTool
__all__ = locals()