Skip to content

Commit

Permalink
add stub docs on which software to request for Git/VS Code on Caltran…
Browse files Browse the repository at this point in the history
…s PCs (#2938)

* add stub docs on which software to request

* format
  • Loading branch information
edasmalchi committed Sep 8, 2023
1 parent 528374d commit 530d63c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/analytics_tools/github_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@

## Table of Contents

1. [Onboarding Setup](#onboarding-setup)
1. [Onboarding Setup (JupyterHub)](#onboarding-setup)
- [Adding a GitHub SSH Key to Jupyter](authenticating-github-jupyter)
- [Persisting your SSH Key and Enabling Extensions](persisting-ssh-and-extensions)
- [Cloning a Repository](cloning-a-repository)
2. [Onboarding Setup (Caltrans Windows PC)](#onboarding-setup-ct)

## Onboarding Setup
## Onboarding Setup (JupyterHub)

We'll work through getting set up with SSH and GitHub on JupyterHub and cloning one GitHub repo. This is the first task you'll need to complete before contributing code. Repeat the steps in [Cloning a Repository](cloning-a-repository) for other repos.

Expand Down Expand Up @@ -94,3 +95,14 @@ After completing this section, you will also enjoy various extensions in Jupyter
3. Double check with `ls` to list and see that the remote repo was successfully cloned into your "local" (cloud-based) filesystem.
4. Change into the `data-analyses` directory: `cd data-analyses`
5. Pull from the `main` branch and sync your remote and local repos: `git pull origin main`

(onboarding-setup-ct)=

## Onboarding Setup (Caltrans Windows PC)

### Software to Request First (SNOW ticket via Onramp)

- Git
- multiple options on SNOW, ultimately want IT to install from [here](https://git-scm.com/downloads)
- Visual Studio Code
- be sure to pick Visual Studio [_Code_](https://code.visualstudio.com/Download)

0 comments on commit 530d63c

Please sign in to comment.