Dictionary Suite (unified)

Tech Dictionary

Lexicon:
Keyword:
Found 45 records.
A Git repository that has no working directory
A Git command that shows what revision and author last modified each line of a file
A parallel version of a repository. It is contained within the repository, but does not affect the primary or master branch
A Git command used to switch between branches or restore working tree files
A Git command that enables arbitrary Git commits to be picked by reference and appended to the current working HEAD
A method to frequently deliver apps to customers by introducing automation into the stages of app development
A copy of a repository that lives on your computer instead of on a website's server
An operation which sends the latest changes of the source code to the repository
A situation where two branches have made edits to the same part of the same file, and Git cannot automatically merge them
Someone who has made a contribution to a project, such as code, documentation, or design
Diff Git
A file comparison utility that outputs the differences between two files
A version control system where every codebase copy is a complete repository of changes, allowing full operations without a network connection
A type of merge where you don't create a new commit object
A Git command that downloads commits, files, and refs from a remote repository into your local repository
Fork Git
A copy of a repository
Gist Git
A simple way to share snippets of code and pastes with others, provided by GitHub
Git Git
A distributed version-control system for tracking changes in source code during software development
A provider of Internet hosting for software development and version control using Git
A CI/CD platform that allows you to automate your build, test, and deployment pipeline
A static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on GitHub, optionally runs the files through a build process, and publishes a website
A text file that tells Git which files or folders to ignore in a project
A web-based DevOps lifecycle tool that provides a Git-repository manager providing wiki, issue-tracking and continuous integration and deployment pipeline features
HEAD Git
A reference to the most recent commit on the current branch
Hook Git
A script that Git executes before or after events such as commit, push, and receive
The staging area where the new commits are prepared