From the course: Data Science on Google Cloud Platform: Exploratory Data Analytics

Unlock the full course today

Join today to access over 22,400 courses taught by industry experts or purchase this course individually.

Managing source code

Managing source code - Google Cloud Tutorial

From the course: Data Science on Google Cloud Platform: Exploratory Data Analytics

Start my 1-month free trial

Managing source code

- [Narrator] One of the primary needs for any programming work in a team environment is source code control. Notebooks also need the same. Fortunately, Datalab comes with an instance of Ungit that is already Linked to your Datalab instance. Ungit, like GitHub, is a source code repository and management system. In order to use Ungit, click on the Ungit icon on the top right corner of the Datalab browser. This opens up the Ungit browser. Browse to the folder where your source code is located. In this case, it is /content/lil-exercise. Once you are there, Ungit offers you the option to create a repository. Create one. Then, it gives you an option to add files to this data tree into the newly created repository. You need to provide a title. In this case, I'm just going to say, exercise files for EDA. And then, you hit Commit, and these files are now added to the repository. Ungit provides you with an array of standard source code control options, that you can then use to manage your code.

Contents