Re: Github Integration

2016-06-17 Thread Benjamin Kim
I will try this. Do you have any information on how to do the checkpoints? Is there any additional setups? Thanks, Ben > On Jun 9, 2016, at 2:06 PM, Khalid Huseynov wrote: > > As it was mentioned, existing "git" repository is local and setup is > described here >

Re: Github Integration

2016-06-09 Thread Khalid Huseynov
As it was mentioned, existing "git" repository is local and setup is described here . Once setup, you can also do checkpoints (commits) from Zeppelin version control menu with your commit message. On Thu, Jun 9, 2

Re: Github Integration

2016-06-09 Thread Jeff Steinmetz
I believe it actually uses a local “git” repository, not necessarily “github” If you want it to sync to origin (stash), you could set up a `git push` cron job on a schedule. On 6/9/16, 8:40 AM, "Benjamin Kim" wrote: >I heard that Zeppelin 0.6.0 is able to use its local notebook directory as a

Github Integration

2016-06-09 Thread Benjamin Kim
I heard that Zeppelin 0.6.0 is able to use its local notebook directory as a Github repo. Does anyone know of a way to have it work (workaround) with our company’s Github (Stash) repo server? Any advice would be welcome. Thanks, Ben