152 Suchergebnisse für "diff context"
GitHub Actions / Sicherheit / Sicherheitsleitlinien /
Sicherheitshärtung für GitHub Actions
GITHUB_TOKEN by accessing it from the github.token context. For more information, see Accessing contextual information about workflow runs. You should therefore
Erstellen von Communitys / Verwenden von Wikis /
Änderungsverlauf eines Wikis anzeigen
oben rechts in der Verlaufstabelle auf Revisionen vergleichen.
Du wirst ein Diff der Änderungen sehen, das aufzeigt, welche Zeilen hinzugefügt, entfernt und
GitHub Copilot / Verwenden von GitHub Copilot / Copilot Chat /
Stellen von GitHub Copilot-Fragen in GitHub Mobile
without a particular context. For more information, see Asking a general question about software development.
Questions asked in the context of your project
Repositorys / Verwalten von Repositoryeinstellungen / Verwalten von Repositoryeinstellungen /
Informationen zu E-Mail-Benachrichtigungen für Pushvorgänge an dein Repository
einen Push an ein Repository werden die neuen Commits und Links zu einem Diff aufgelistet, der nur diese Commits enthält. In der E-Mail-Benachrichtigung
GitHub Copilot / Copilot Chat-Cookbook / Testen von Code /
Generieren von Komponententests
test_price_zero(self):
with self.assertRaises(ValueError) as context:
validate_price(0)
self.assertEqual(str(context.exception), "Price must be greater than 0")
REST-API / Branches /
REST-API-Endpunkte für geschützte Branches
uired_status_checks",
"contexts": [
"continuous-integration/travis-ci"
],
"contexts_url": "https://api.github.
Mitwirken an der GitHub-Dokumentation / Führungslinien für Formatvorlagen und Inhaltsmodell /
Styleguide
we consider the flow of information within the unit of content and the context of the information.
When a question specific to help documentation isn’t
GitHub Actions / Anwendungsfälle und Beispiele / Veröffentlichen von Paketen /
Veröffentlichen von Docker-Images
docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
with:
context: .
file: ./Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels:
GitHub-Modelle /
Integrieren von KI-Modellen mit deinem Entwicklungsworkflow
directly into your development workflow, allowing you to prompt models without context switching.
Using AI models in Copilot Chat
If you have a Copilot subscription
GitHub Actions / Freigeben von Automatisierungen /
Wiederverwenden von Workflows
When a reusable workflow is triggered by a caller workflow, the github context is always associated with the caller workflow. The called workflow is automatically