|
- GitHub Foundations Certification Study Guide
Hi, I come here to thank everyone involved for the opportunity to offer a voucher to take the GitHub Foundations certification exam Today I took the exam and passed Of course, in addition to the videos from the GitHub Certification Fundamentals series, I studied on Microsoft Learn and some previous experience in Git and GitHub Thanks again
- Azure Data Factory CI CD with GitHub Actions
Azure Data Factory allows connecting to a Git repository for source control, partial saves, better collaboration among data engineers and better CI CD As of this writing, Azure Repos and GitHub are supported To enable automated CI CD, we can use Azure Pipelines or GitHub Actions In this blog post, we will implement CI CD with GitHub Actions
- ¡Guía de Estudios para la certificación GitHub Foundations!
Área 1: Introducción a Git y GitHub 22% Área 2: Trabajar con repositorios de GitHub 8% Área 3: Funciones de colaboración 30% Área 4: Desarrollo Moderno 13% Área 5: Administración de Proyectos 7% Área 6: Privacidad, Seguridad y Administración 10% Área 7: Beneficios de la comunidad de GitHub 10%
- Is there any way to checkout a specific part of a Azure branch
- script: git --version displayName: "Check Git Version" 4 Use Fetch Depth (Optional): If you only need the latest commit, you can also limit the depth of the fetch operation, which reduces the amount of data transferred - script: | git fetch --depth=1 origin <branch_name> git checkout <branch_name> displayName: "Shallow Fetch for Sparse
- Use GitHub Copilot Agent Mode to create a Copilot Chat application in 5 . . .
With GitHub Copilot Agent Mode, you can build applications faster than ever In just 5 minutes, you can create a Facebook Messenger-style Copilot Chat app
- Azure DevOps - How to modify files during a Build Pipeline execution . . .
Azure DevOps Build Pipeline can provide several option, but sometime we need to change a part of content extracted from Source code management (e g Git) before execute another task In my case, this case is to comment one specific declaration (#include) placed in couple of JavaScript files
- 12 GitLens Features that Revolutionized My Coding Workflow in VS Code . . .
Git Command Palette: GitLens adds many Git commands to VS Code's command palette, allowing you to perform complex Git operations without leaving your editor or remembering Git CLI commands This feature has virtually eliminated my need to switch to the terminal for Git operations, speeding up my workflow significantly
- Microsoft Fabric: Integration with ADO Repos and Deployment Pipelines . . .
Integrate each workspace with GIT pointing to the Organization, the Project, the Branch and Folder inside the branch Figures 2 shows the UI to make that Fabric-GIT integration [3] You will see how to integrate Workspace Dev 1 with GIT Similarly, the workspaces Dev 2 and Main can be integrated and synchronized Figure 2
|
|
|