diff options
Diffstat (limited to 'bn_django/git_browse/settings.py.example')
-rw-r--r-- | bn_django/git_browse/settings.py.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bn_django/git_browse/settings.py.example b/bn_django/git_browse/settings.py.example new file mode 100644 index 0000000..87b957d --- /dev/null +++ b/bn_django/git_browse/settings.py.example @@ -0,0 +1,2 @@ +# fill path to the git command +GITCOMMAND = '/usr/local/bin/git' |