- Electron Projects
- Denys Vuika
- 53字
- 2025-04-04 13:28:35
Installing Git on Ubuntu
You can check whether you have Git installed by running the following command:
git --version
Typically, Git is not present on fresh installations of Ubuntu. To get it, run the following command:
sudo apt install -y git
Please note that you need to enter the administrator password to proceed.