How to install git on Debian Linux, Ubuntu, Mint, & Debian-based systems

git icongit is a useful repository system. It has collaboration, but like all system it has it’s pitfalls. I won’t cover that here.

This is for debian-based linux system – Ubuntu, Mint, etc. Links in the SOURCES section will let you know, if your system can use these instructions. Additional git tutorials linked below.

It will generally work, if you use apt-get for software packages.

sudo apt-get update
sudo apt-get install git

That’s it.


apt-get update – updates the apt-get tool with the latest patches and security fixes.

apt-get install git – actually installs git


Additonal Tutorials

Git Tutorial https://tecadmin.net/git-tutorial/

Tutorial – How to use github.com for your projects. – codesnippets.altervista.com


SOURCES: