Skip to main content

658 Search results for "gitlab"

GitHub Education / GitHub Classroom / Integrate with an IDE /

Using GitHub Codespaces with GitHub Classroom

You can use GitHub Codespaces as the preferred editor in your assignments to give students access to a browser-based Visual Studio Code environment with

Codespaces / Developing in a codespace /

Using GitHub Codespaces with GitHub CLI

You can work with GitHub Codespaces directly from your command line by using gh, the GitHub command line interface. About GitHub CLI GitHub CLI is an open

GitHub Desktop / Install & authenticate /

About connections to GitHub in GitHub Desktop

GitHub Desktop uses HTTPS to securely exchange data with GitHub. GitHub Desktop connects to GitHub when you pull from, push to, clone, and fork remote

GitHub CLI / GitHub CLI /

Using the GitHub CLI across GitHub platforms

Learn how to run commands when you are authenticated to accounts on different GitHub platforms. If you have accounts on multiple GitHub platforms, such

Apps / Sharing GitHub Apps /

Making your GitHub App available for GitHub Enterprise Server

In order for GitHub Enterprise Server instances to use your GitHub App, you must take some additional steps. About developing GitHub Apps for GitHub Enterprise

GitHub Packages /

Managing GitHub packages using GitHub Actions workflows

Managing GitHub packages using GitHub Actions workflows You can safely publish and consume packages by building custom workflows that can also build, test

GitHub Desktop /

Working with your remote repository on GitHub or GitHub Enterprise

Working with your remote repository on GitHub or GitHub Enterprise As you make changes to your project locally, you can keep them up-to-date with your

GitHub Actions / Write workflows /

Quickstart for GitHub Actions

Try out the features of GitHub Actions in 5 minutes or less. Introduction GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform

GitHub Pages / Get started /

About GitHub Pages

You can use GitHub Pages to host a website about yourself, your organization, or your project directly from a repository on GitHub. About GitHub Pages

GitHub Actions / Write workflows /

Workflow syntax for GitHub Actions

A workflow is a configurable automated process made up of one or more jobs. You must create a YAML file to define your workflow configuration. About YAML