GitAhead - Install GitAhead on Linux - Ubuntu with Desktop Icon

Опубликовано: 10 Май 2025
на канале: geek_eng
4,990
38

GitAhead is a graphical Git client for Windows, Linux and macOS. It features a fast native interface designed to help you understand and manage your source code history.

Install GitAhead on Linux using terminal and learn how to create desktop icon for it.


Commands

cd ~/Downloads/

sudo mv gitahead.png /usr/share/pixmaps/
sudo mv GitAhead-2.6.3.sh /opt/
cd /opt/
sudo chmod +x GitAhead-2.6.3.sh
sudo ./GitAhead-2.6.3.sh
sudo rm GitAhead-2.6.3.sh

sudo gedit /usr/share/applications/gitahead.desktop


[Desktop Entry]
Encoding=UTF-8
Version=1.0
Type=Application
Terminal=false
Exec=/opt/GitAhead/GitAhead
Name=GitAhead Git GUI Client
Icon=gitahead