Don't know where to start?
This tutorial provides librarians and information professionals with an introduction to Git and GitHub, highlighting their utility in library-specific contexts. It clarifies the distinction between Git (the version control system) and GitHub (the hosting platform) and explains why version control is valuable for managing library data, digital projects, and collaborative work. The course covers basic Git concepts, GitHub's role in open access and digital scholarship, and practical applications like using GitHub Pages for online publishing.
This comprehensive tutorial introduces the fundamental concepts of automated version control systems, focusing on Git. It covers why version control is essential, how to set up Git on your machine, create local repositories, track changes, and manage project history. The course also delves into collaborative workflows, including pushing, pulling, and resolving conflicts with remote repositories like GitHub and GitLab.
This tutorial provides an introduction to GitLab as a web application for managing software projects and beyond. It covers how to navigate the GitLab interface, understand its primary organizational units (projects and groups), create and manage GitLab projects, and connect local Git repositories to them. The course also touches upon using GitLab for issue management, document management, and general project management, making it suitable for a wide range of users.
Learn the process of creating and contributing a course to git.nrw
Learn the basics of CI/CD Pipelines - This course is perfect for beginners who are new to Continuous Integration (CI) and Continuous Deployment (CD) concepts. It is designed for developers, QA engineers, and anyone interested in automating the software delivery process using GitLab CI/CD. If you're looking to understand the foundational elements of CI/CD and how to get started with GitLab, this course is right for you.
This comprehensive guide provides an in-depth exploration of CI/CD (Continuous Integration/Continuous Delivery/Deployment) pipelines, covering essential concepts, syntax, and practical applications. Learn how CI/CD automates the build, test, and deployment phases of your application, from initial setup and configuration to advanced topics like security, debugging, and integration with cloud services like Google Cloud. This resource is designed to help you understand and implement efficient, automated workflows for software development.
Learn advanced techniques of CI/CD Pipelines