Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install Git (if not already installed)

  2. Configure Git Username and Email Address

  3. Error? SSL certificate problem: self-signed certificate in certificate chain

  4. Install Visual Studio (VS) Code (if not already installed)

  5. Open a cloned repository in VS Code

  6. OPTIONAL Install extensions

...

Data Conversion working sessions-20240313_153121-Meeting Recording.mp4

...

Git

Top

...

Git

...

Git is a free and open-source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.

Website:
https://git-scm.com

Top

...

Visual Studio Code

Top

Learning to code is intimidating, so set yourself up for success with a tool built for you. Visual Studio Code is a free coding editor that helps you start coding quickly. Use it to code in any programming language, without switching editors. Visual Studio Code has support for many languages, including Python, Java, C++, JavaScript, and more.

...

Video includes installing VS Code, installing Git, using Git Bash to set user.name and user.email, and connecting VS Code to an Azure DevOps repository.

image-20240313-181923.pngimage-20240313-182252.pngimage-20240313-182337.png

Top

...

Visual Studio

Top

Website:
https://visualstudio.microsoft.com/

...

Branching and Merging Strategy in Git for SSIS Projects

Top

...

Opening a cloned repository from Azure directly to VS Code

Top

...

Top

...

Opening a cloned repository from inside VS Code

Top

...

Top

...

Error? SSL certificate problem: self-signed certificate in certificate chain

Top
  1. git config --global http.sslVerify false

Top

...

Configure Git Username and Email Address

Top

To set your global username/email configuration:

  1. Open the command line.

  2. Set your username:
    git config --global user.name "Your Name"

  3. Set your email address:
    git config --global user.email "Your.Name@catalisgov.com"

Top

...

Sample VS Code Extensions

Top

Rainbow CSV - Visual Studio Marketplace

...