- Electron Projects
- Denys Vuika
- 53字
- 2021-06-24 12:14:32
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.