Versions Compared

Key

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

Table of Contents

Introduction

Git access includes to authenticate with the Git server and to access remote repositories.

The below information is not specific for use with PowerShell, but is available for explanation purposes.

Git Configuration File

A Git client reads configuration items from the following file (assuming a user account me):

...

  • The settings map use of a specific private key identity file to authentication with a specific Git server.

Git Configuration Items

A typical configuration performed with a Git client looks like this:

...