Skip to main content

690 Search results for "custom domain"

GitHub CLI / GitHub CLI /

GitHub CLI quickstart

Start using GitHub CLI to work with GitHub in the command line. About GitHub CLI GitHub CLI is an open source tool for using GitHub from your computer's

GitHub Education / GitHub Classroom / Teach /

Register a learning management system with GitHub Classroom

You can configure an LTI-compliant learning management system (LMS) with GitHub Classroom. About registering an LMS to your classroom Before you can connect

GitHub Copilot / Use GitHub Copilot /

Asking GitHub Copilot questions in your IDE

Use Copilot Chat in your editor to give code suggestions, explain code, generate unit tests, and suggest code fixes. Prerequisites Access to GitHub Copilot

GitHub Actions / Self-hosted runners / Manage self-hosted runners /

Using self-hosted runners in a workflow

To use self-hosted runners in a workflow, you can use labels or groups to specify the runner for a job. You can target self-hosted runners for use in a

Code security / Secure your organization / Introduction /

Choosing a security configuration for your repositories

Find out which type of security configuration will meet the security needs of the repositories in your organization. About choosing a security configuration

GitHub Copilot / Manage Copilot / Configure personal settings /

Configuring network settings for GitHub Copilot

You can connect to Copilot through an HTTP proxy and use custom certificates. Note GitHub Copilot is not currently available for use with Visual Studio

GitHub Desktop / Configure & customize /

Configuring a default editor in GitHub Desktop

You can configure GitHub Desktop to open files in your project with your preferred text editor or integrated development environment (IDE). Introduction

Get started / Writing on GitHub / Work with advanced formatting /

Autolinked references and URLs

References to URLs, issues, pull requests, and commits are automatically shortened and converted into links. URLs GitHub automatically creates links from

Code security / CodeQL for VS Code / Getting started /

Running CodeQL queries at scale with multi-repository variant analysis

You can run CodeQL queries on a large number of repositories on GitHub from Visual Studio Code. About running CodeQL queries at scale with multi-repository

GitHub Actions / Write workflows / Choose what workflows do /

Storing and sharing data from a workflow

Artifacts allow you to share data between jobs in a workflow and store data once that workflow has completed. About workflow artifacts Artifacts allow