102 Suchergebnisse für "readme"
Codespaces / Einrichten Ihres Projekts / Hinzufügen einer Entwicklungscontainerkonfiguration /
Einrichten eines Python-Projekts für GitHub Codespaces
details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/python
{
"name":
Codespaces / Einrichten Ihres Projekts / Hinzufügen einer Entwicklungscontainerkonfiguration /
Einrichten eines Node.js-Projekts für GitHub Codespaces
details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
Pull Requests / Zusammenarbeiten über Pull Requests / Codequalitätsfunktionen /
Informationen zu Statuschecks
Zeilen hinzu, gefolgt von skip-checks: true:
$ git commit -m "Update README
>
>
skip-checks: true"
Um Überprüfungen für einen Commit anzufordern
Erstellen von Communitys / Sinnvolle Beiträge /
Erstellen einer Standard-Community-Health-File
Kontrollkästchen Initialize this repository with a README (Dieses Repository mit einer README-Datei initialisieren).
Klicke auf Repository erstellen.
Erstelle
GitHub Pages / Erste Schritte /
Erstellen einer GitHub Pages-Website
Kontrollkästchen Initialize this repository with a README (Dieses Repository mit einer README-Datei initialisieren).
Klicke auf Repository erstellen.
Eine
Codesicherheit / Sicherheit der Lieferkette / Grundlegendes zu deiner Lieferkette /
Anpassung Ihrer Aktionskonfiguration für die Überprüfung von Abhängigkeiten
For more information on all the possible customization options, see the README in the dependency review action documentation.
Best practices
When customizing
Codespaces / Einrichten Ihres Projekts / Hinzufügen einer Entwicklungscontainerkonfiguration /
Einrichten eines Java-Projekts für GitHub Codespaces
details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/java
{
"name":
Codespaces / Einrichten Ihres Projekts / Hinzufügen einer Entwicklungscontainerkonfiguration /
Einrichten eines C#-Projekts (.NET) für GitHub Codespaces
details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/dotnet
{
"name":
Codespaces / Einrichten Ihres Projekts / Hinzufügen einer Entwicklungscontainerkonfiguration /
Einrichten eines PHP-Projekts für GitHub Codespaces
details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/php
{
"name":
REST-API /
Schnellstart für die GitHub-REST-API
install octokit. For other ways to install or load octokit, see the Octokit.js README.
Import octokit in your script. For example, import { Octokit } from "octokit";