Github user bzz commented on the pull request:
https://github.com/apache/incubator-zeppelin/pull/497#issuecomment-161499767
@jeffsteinmetz @felixcheung well noted, this PR introduces automation to
keep notebook dir inside the git repository in your local filesystem.
Right now, this repository does not have any 'remotes' setup, and Zeppelin
does not push it anywhere, so there are no Zeppelin configuration needed
(except documented property change).
It is possible and quite simple to sync this local repo manually by `cd
notebooks; git add remote ...; git push`, as well as I can add this ability to
Zeppelin itself, if people find it useful (in the separate PR).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---