Install GitHub on Ubuntu 24.04
First, open the terminal and type:
sudo apt -y update
Next:
sudo apt -y install git-all
for check the version, we have two (2) options:
git -v
git --version
In this case is: git version 2.34.1
Ready!, and enjoy with Github for terminal of Linux.