- Ubuntu
- Package management
- here
Install git-Git distributed repository management system
To use Git, a distributed repository management system, install the git package. Execute the apt command with sudo with administrator privileges.
# git installation sudo apt install -y git
Please refer to Getting Started with Git for how to use git.
Confirm that the git command is installed
Make sure you have the git command installed.
git --help