Learn how to use Git and other version control systems.
A system that records changes to files or sets of files over time so that you can recall specific...
A type of version control that uses a central server to store all changes.
A type of version control that allows multiple copies of a project to exist independently on diff...
The most popular distributed version control system used for software development.
A command used to save changes to the local repository in Git.
The process of creating independent lines of development and then combining these lines at a late...
Annotations that provide context and explanation for a set of changes in a project's history.
Central repositories of a project's files, used by teams to push and pull changes and collaborate.
Looking to expand your skills in Programming? Look no further! These flashcards are designed to help you learn and retain information in a fun and engaging way.
Rememble is a free flashcard app that helps you learn and retain information in a fun and engaging way. With Rememble, you can create your own flashcards or choose from thousands of pre-made decks in a variety of subjects.
Whether you're studying for a test, learning a new language, or just want to expand your knowledge, Rememble has you covered. Sign up today and start learning!
A system that records changes to files or sets of files over time so that you can recall specific versions later.
Version Control
A type of version control that uses a central server to store all changes.
Centralized Version Control
A type of version control that allows multiple copies of a project to exist independently on different systems.
Distributed Version Control
The most popular distributed version control system used for software development.
Git
A command used to save changes to the local repository in Git.
git commit
The process of creating independent lines of development and then combining these lines at a later point.
Branching and Merging in Git
Annotations that provide context and explanation for a set of changes in a project's history.
Commit Messages in Version Control
Central repositories of a project's files, used by teams to push and pull changes and collaborate.
Remote Repositories
The process of creating a copy of a repository on your own system.
Cloning a Repository
A method for notifying others about changes you've pushed to a repository and requesting their review or approval.
Pull Requests
Annotations that assign a human-readable name to a specific point in a repository's history, often used for versioning releases.
Tags in Versioning Releases
The process of resolving discrepancies when multiple users have made conflicting changes to the same parts of a codebase.
Conflict Resolution in Version Control
Creating a new project based off of an existing one, often to explore a new direction or make independent changes.
Forking in Open Source Development
The use of version control systems to automate the building, testing, and deployment of software in a reliable and consistent manner.
Version Control in CI/CD
The process of creating and maintaining backups of a project's files, and restoring them in case of data loss or corruption.
Backup and Recovery in Version Control Systems
An intermediate area where changes can be reviewed and modified before they are committed to the repository.
Staging Area in Git
Scripts that run automatically when certain events happen in a Git repository, used to automate tasks.
Git Hooks
The role of version control systems in coordinating and synchronizing the work of multiple developers, and in facilitating effective teamwork.
Version Control on Team Collaboration
Records of every change made to a repository, including when the changes were made and by whom.
History Logs to Track Changes
Standards and practices for naming branches in a repository, used to make the project's history easier to understand.
Branch Naming Conventions
Repositories embedded within a main repository, used to include external projects or libraries.
Submodules in Git
Two methods for integrating changes from one branch into another, with different impacts on the project's history.
Rebase vs. Merge in Git
Software applications that provide a graphical interface for interacting with version control systems, simplifying many common tasks.
GUI Tools for Managing Version Control Systems
Continue your spaced-repetition or comprehensible input learning with these other flashcard decks related to Programming.
Understand basic programming concepts applicable to any language.
Learn the syntax and structure of the Rust programming language.
Master asynchronous programming in Rust.