Skip to main content

649 Search results for "gitlab"

Get started / Getting started with Git /

Caching your GitHub credentials in Git

If you're cloning GitHub repositories using HTTPS, we recommend you use GitHub CLI or Git Credential Manager (GCM) to remember your credentials. Tip If

GitHub Actions / GitHub-hosted runners / About GitHub-hosted runners /

About GitHub-hosted runners

GitHub offers hosted virtual machines to run workflows. The virtual machine contains an environment of tools, packages, and settings available for GitHub

Account and profile / Personal accounts / Personal account settings /

Changing your GitHub username

You can change the username for your account on GitHub. About username changes You can change your username to another username that is not currently in

GitHub Pages / Set up site with Jekyll /

Adding a theme to your GitHub Pages site using Jekyll

You can personalize your Jekyll site by adding and customizing a theme. People with write permissions for a repository can add a theme to a GitHub Pages

GitHub Pages / Configure a custom domain /

Managing a custom domain for your GitHub Pages site

You can set up or update certain DNS records and your repository settings to point the default domain for your GitHub Pages site to a custom domain. People

Account and profile / Personal accounts / Manage email preferences /

Adding an email address to your GitHub account

GitHub allows you to add as many email addresses to your account as you like. If you set an email address in your local Git configuration, you will need

Get started / Start your journey /

About GitHub and Git

You can use GitHub and Git to collaborate on work. About GitHub GitHub is a cloud-based platform where you can store, share, and work together with others

GitHub Copilot / Use GitHub Copilot / Code review /

Using GitHub Copilot code review

Learn how to request a code review from GitHub Copilot. Note GitHub Copilot code review is in public preview and subject to change. Some functionality

GitHub Copilot / Use GitHub Copilot /

Using GitHub Copilot in the command line

You can use Copilot with the GitHub CLI to get suggestions and explanations for the command line. Prerequisites Access to GitHub Copilot. See "What

Get started / Using GitHub /

GitHub flow

Follow GitHub flow to collaborate on projects. Introduction GitHub flow is a lightweight, branch-based workflow. The GitHub flow is useful for everyone