git-upload-archive

fast, scalable, distributed revision control system

Install

All systems
curl cmd.cat/git-upload-archive.sh
Debian Debian
apt-get install git
Ubuntu
apt-get install git
Alpine
apk add git
Arch Arch Linux
pacman -S git
image/svg+xml Kali Linux
apt-get install git
CentOS
yum install git
Fedora
dnf install git-core
Windows (WSL2)
sudo apt-get update sudo apt-get install git
OS X
brew install git
Raspbian
apt-get install git
Docker
docker run cmd.cat/git-upload-archive git-upload-archive powered by Commando

git

fast, scalable, distributed revision control system

Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. This package provides the git main components with minimal dependencies. Additional functionality, e.g. a graphical user interface and revision tree visualizer, tools for interoperating with other VCS's, or a web interface, is provided as separate git* packages.

git-core

fast, scalable, distributed revision control system (obsolete)

Git is popular version control system designed to handle very large projects with speed and efficiency; it is used for many high profile open source projects, most notably the Linux kernel. Git falls in the category of distributed source code management tools. Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server. This is a transitional dummy package. The 'git-core' package has been renamed to 'git', which has been installed automatically. This git-core package is now obsolete, and can safely be removed from the system if no other package depends on it.