Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 386
- Application software 267
- Computer software 161
- Cloud computing 119
- Git (Computer file) 116
- Computer programming 99
- Open source software 85
- Python (Computer program language) 79
- Computer programs 68
- Web site development 67
- Web applications 58
- Management 50
- Software engineering 48
- Application program interfaces (Computer software) 47
- Microsoft .NET Framework 44
- Artificial intelligence 43
- Programming 43
- JavaScript (Computer program language) 40
- Machine learning 40
- Design 39
- Java (Computer program language) 36
- Web sites 35
- Electronic data processing 31
- Computer networks 29
- Linux 29
- Programming languages (Electronic computers) 29
- Data mining 25
- Operating systems (Computers) 25
- Software architecture 24
- Testing 24
-
81
-
82
-
83
-
84
-
85Publicado 2024Materias: “…Git (Computer file)…”
Grabación no musical -
86Publicado 2018Tabla 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 -
87Publicado 2015“…GitHub wytycza dziś ścieżki dla platform ułatwiających pracę z rozproszonymi systemami kontroli wersji. …”
Libro electrónico -
88Publicado 2015“…Gits Vielfalt an Befehlen, Optionen und Konfigurationen wirkt anfangs oft einschüchternd. …”
Libro electrónico -
89Publicado 2014Tabla 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 -
90Publicado 2019Tabla de Contenidos: “…Mastering GitLab 12: Implement DevOps culture and repository management solutions…”
Libro electrónico -
91
-
92Publicado 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. …”
-
93Publicado 2023Materias: “…Git (Computer file)…”
Video -
94Publicado 2023Materias: “…Git (Computer file)…”
Libro electrónico -
95Publicado 2024Tabla 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 -
96por Kaufmann, MichaelTabla 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...…”
Publicado 2024
Libro electrónico -
97Publicado 2023Materias: “…Git (Computer file)…”
Libro electrónico -
98por Dowswell, KurtTabla 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…”
Publicado 2024
Libro electrónico -
99
-
100Publicado 2024Materias: “…Git (Computer file)…”
Libro electrónico