
Hello World - GitHub Docs
This tutorial teaches you GitHub essentials like repositories, branches, commits, and pull requests. You'll create your own Hello World repository and learn GitHub's pull request …
Quickstart for repositories - GitHub Docs
Create a repository. GitHub repositories store a variety of projects. In this guide, you'll create a repository and commit your first change.
Creating your first repository using GitHub Desktop
The tutorial will introduce the basics of working with Git and GitHub, including installing a text editor, creating a branch, making a commit, pushing to GitHub, and opening a pull request. …
Git basics - GitHub Docs
Set up Git, a distributed version control system, to manage your GitHub repositories from your computer.
Get started with GitHub documentation
Learn how to start building, shipping, and maintaining software with GitHub. Explore our products, sign up for an account, and connect with the world's largest development community. Quickstart
Start your journey - GitHub Docs
Learn how to download files from GitHub, and understand the difference between downloading, cloning, and forking.
Dokumentation zu den ersten Schritten mit GitHub
Erste Schritte mit deinem GitHub-Konto. Mit einem persönlichen Konto auf GitHub kannst du Repositorys importieren oder erstellen, mit anderen zusammenarbeiten und mit der GitHub …
Creating a new repository - GitHub Docs
For more information, see Importing an external Git repository using the command line, Adding a file to a repository, and Addressing merge conflicts. You can create a README, which is a …
Cloning a repository - GitHub Docs
You can clone a repository from GitHub.com to your local computer to make it easier to fix merge conflicts, add or remove files, and push larger commits. When you clone a repository, you …
Quickstart for GitHub Actions
GitHub Actions is a continuous integration and continuous delivery (CI/CD) platform that allows you to automate your build, test, and deployment pipeline. You can create workflows that run …