Mostrando 81 - 100 Resultados de 1,168 Para Buscar '"Git"', tiempo de consulta: 0.06s Limitar resultados
  1. 81
    Publicado 2015
    Materias: “…Git (Computer file)…”
    Video
  2. 82
    Publicado 2023
    Materias: “…Git (Computer file)…”
    Video
  3. 83
    Publicado 2024
    Materias: “…Git (Computer file)…”
    Vídeo online
  4. 84
    por Brent Laster
    Publicado 2024
    Libro electrónico
  5. 85
    Publicado 2024
    Materias: “…Git (Computer file)…”
    Grabación no musical
  6. 86
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Navigating Git -- Introduction -- Git's objects -- Getting ready -- How to do it... -- The commit object -- The tree object -- The blob object -- The branch object -- The tag object -- How it works... -- There's more... -- The three stages -- Getting ready -- How to do it... -- How it works... -- See also -- Viewing the DAG -- Getting ready -- How to do it... -- How it works... -- Extracting fixed issues -- Getting ready -- How to do it... -- How it works... -- There's more... -- Getting a list of the changed files -- Getting ready -- How to do it... -- How it works... -- There's more... -- See also -- Viewing the history with gitk -- Getting ready -- How to do it... -- How it works... -- There's more... -- Finding commits in the history -- Getting ready -- How to do it... -- How it works... -- There's more... -- Searching through the history code -- Getting ready -- How to do it... -- How it works... -- There's more... -- Chapter 2: Configuration -- Introduction -- Configuration targets -- Getting ready -- How to do it... -- How it works... -- There's more... -- Querying the existing configuration -- Getting ready -- How to do it... -- How it works... -- There's more... -- Templates -- Getting ready -- How to do it... -- How it works... -- A .git directory template -- Getting ready -- How to do it... -- How it works... -- See also -- A few configuration examples -- Getting ready -- How to do it... -- Rebase and merge setup -- Expiry of objects -- Autocorrect -- How it works... -- There's more... -- Git aliases -- Getting ready -- How to do it... -- How it works... -- There's more... -- The refspec exemplified -- Getting ready -- How to do it... -- How it works... -- Chapter 3: Branching, Merging, and Options -- Introduction…”
    Libro electrónico
  7. 87
    Publicado 2015
    “…GitHub wytycza dziś ścieżki dla platform ułatwiających pracę z rozproszonymi systemami kontroli wersji. …”
    Libro electrónico
  8. 88
    Publicado 2015
    “…Gits Vielfalt an Befehlen, Optionen und Konfigurationen wirkt anfangs oft einschüchternd. …”
    Libro electrónico
  9. 89
    Publicado 2014
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Starting a Git Repository; Configuring Git; Initializing a new repository; Cloning an existent repository; Working with the repository; Adding a file; Committing a file; Pushing a file; Removing a file; Checking the status; Ignoring files; Summary; Chapter 2: Working in a Team Using Git; Creating a server repository; Local; SSH; Git; HTTPS; Pushing data on remote repositories - Jim's case; Pulling data from the repository; Creating a patch; Working with branches…”
    Libro electrónico
  10. 90
    Publicado 2019
    Tabla de Contenidos: “…Mastering GitLab 12: Implement DevOps culture and repository management solutions…”
    Libro electrónico
  11. 91
    Publicado 2016
    Materias: “…Git (Computer file)…”
    Video
  12. 92
    Publicado 2018
    “…Build powerful and effective projects using Git Version Control Systems About This Video Learn how to create, contribute to, and collaborate on software projects using Git Understand its fundamental features, and find out what sets it apart from other Version Control Systems Become a valued contributor to any project with Git usage and etiquette guidelines that other developers will thank you for In Detail Git Version Control Systems (VCS) changes your approach to modern software engineering. …”
    Video
  13. 93
    Publicado 2023
    Materias: “…Git (Computer file)…”
    Video
  14. 94
    Publicado 2023
    Materias: “…Git (Computer file)…”
    Libro electrónico
  15. 95
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1: Centralized Workflows to Assist with Governance -- Chapter 1: An Overview of GitHub and GitHub Actions -- Technical requirements -- Exploring the GitHub platform -- Walk-through of the overview interface and features -- The different types of accounts on GitHub -- Creating a personal GitHub account -- The different types of plans on GitHub -- GitHub Free -- GitHub Team -- GitHub Enterprise -- Creating an organization account -- A brief introduction to GitHub Actions -- An overview of organization accounts -- Managing teams -- Organization defaults -- GitHub Actions -- The .github repository -- Templates and reusable workflow repositories -- Reusable workflows -- Workflow templates -- Summary -- Chapter 1: Exploring Workflows -- Technical requirements -- Exploring workflow capabilities -- Events or triggers -- Jobs -- Steps -- Features of a workflow -- Using events to trigger workflows -- Workflow structuring and good habits -- Exploring workflow jobs -- Understanding how jobs work -- Running jobs in a container -- Running services -- Summary -- Chapter 3: Deep Dive into Reusable Workflows and Composite Actions -- Technical requirements -- Setting up the CLI -- Introducing reusable workflows -- Reusable workflows versus normal workflows -- Use cases for reusable workflows -- Limitations of reusable workflows -- Understanding composite actions -- Key concepts of composite actions -- Use cases for composite actions -- Limitations of composite actions -- Creating a reusable build pipeline -- Marking a workflow as a reusable workflow -- Creating a local composite action -- Debugging techniques for workflows -- act workflow debugging tool -- Visual Studio Code GitHub Actions plugin -- Debugging event data -- Runner diagnostic logging…”
    Libro electrónico
  16. 96
    por Kaufmann, Michael
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Dedication -- Contributors -- Table of Contents -- Preface -- Chapter 1: GitHub Actions Workflows -- Technical requirements -- The GitHub ecosystem -- Hosting and pricing for GitHub -- Pricing for GitHub Actions -- GitHub Marketplace -- Using the workflow editor for writing workflows -- Getting ready -- How to do it... -- How it works... -- There's more... -- Using secrets and variables -- Getting ready -- How to do it... -- There's more... -- Creating and using environments -- Getting ready -- How to do it... -- There's more... -- Chapter 2: Authoring and Debugging Workflows -- Using Visual Studio Code for authoring workflows -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Developing workflows in branches -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Linting workflows -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Writing messages to the log -- Getting ready... -- How to do it... -- How it works... -- Enabling debug logging -- How to do it... -- There's more... -- Running your workflows locally -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Chapter 3: Building GitHub Actions -- Technical requirements -- Creating a Docker container action -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Adding output parameters and using job summaries -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Creating a TypeScript action -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Creating a composite action -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Using github-script in a composite action to add a comment to an issue -- How to do it... -- How it works... -- There's more... -- Sharing actions to the marketplace -- Getting ready... -- How to do it... -- How it works...…”
    Libro electrónico
  17. 97
    Publicado 2023
    Materias: “…Git (Computer file)…”
    Libro electrónico
  18. 98
    por Dowswell, Kurt
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- Acknowledgments -- About the Author -- Contents at a Glance -- Contents -- Introduction -- Part I Getting Started with GitHub Copilot -- Chapter 1 Get Started with GitHub Copilot -- Learn Why GitHub Copilot Matters -- Create a GitHub Account -- Acquire a GitHub Copilot License -- Install an IDE Extension -- Download Visual Studio Code -- Install the GitHub Copilot Extension -- Configure the IDE Settings for Copilot -- Install Node.js -- First Run: Test Copilot -- Get the Prerequisites -- Explore Copilot -- Conclusion -- Reference -- Chapter 2 Decoding GitHub Copilot -- Uncover the AI Behind GitHub Copilot -- Understand Security, Privacy, and Data Handling -- Message Transmission -- Data Storage -- Prompt and Suggestion Data -- User Engagement Data -- Additional Security -- Vulnerability Prevention System -- GitHub Advanced Security -- Understand Copyright Protections -- Explore the GitHub Copilot Trust Center -- Conclusion -- References -- Part II GitHub Copilot Features in Action -- Chapter 3 Exploring Code Completions -- Introducing Code Completions -- Working with Copilot Code Completions -- Prerequisites -- Naming Your File -- Top-Level Comment -- Using Meaningful Names -- Writing Specific Comments -- Referencing Open Tabs -- Discovering the Toolbar and Panel -- Detailing the Completions Toolbar -- Discover the Completions Panel -- Updating Copilot Settings -- inlineSuggestCount -- length -- listCount -- Leveraging Keyboard Shortcuts -- Focus on GitHub Copilot View -- Suggest Terminal Command -- Triggering Inline Suggestion -- Navigate to the Next Panel Suggestion -- Navigate to the Previous Panel Suggestion -- Open Completions Panel -- Conclusion -- Chapter 4 Chatting with GitHub Copilot -- Discovering Copilot Chat -- Chatting in the Sidebar -- Maximizing Conversations with the Editor View…”
    Libro electrónico
  19. 99
    por Painter, Jeffrey
    Publicado 2024
    Materias: “…Git (Computer file)…”
    Libro electrónico
  20. 100
    Publicado 2024
    Materias: “…Git (Computer file)…”
    Libro electrónico