I would like to investigate if it is possible to use the git command line client using a %%sh
cell so that I can work directly with project resources such as scripts and notebooks using a git client. E.g.
%%sh
git clone ... myproj
Are the dsx notebooks stored on the spark as a service file system? If so, what folder are they stored in?