GitHub Desktop
Herkesin bildiği GitHub sitesinin masaustu uygulaması olan GitHub Desktop resmi olarak Windows ve MacOS'te bulunuyor ancak Linux surumu bulunmuyor. Resmi surum olmasa da bir forku olan GitHub Desktop for Linux'u kullanabilirsiniz.




KurulumDeb, RPM ve Source dosyaları:
Releases · shiftkey/desktop Fork of GitHub Desktop to support various Linux distributions - shiftkey/desktop
github.com



[CODE lang="bash" title="Ubuntu/Debian"]wget -qO - https://packagecloud.io/shiftkey/desktop/gpgkey | sudo tee /etc/apt/trusted.gpg.d/shiftkey-desktop.asc > /dev/null
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/shiftkey/desktop/any/ any main" > /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list'
sudo apt-get update
sudo apt install github-desktop/CODE
CODE lang="bash" title="Fedora/Red Hat/Cent OS"sudo rpm --import https://packagecloud.io/shiftkey/desktop/gpgkey
sudo sh -c 'echo -e "shiftkeynname=GitHub Desktopnbaseurl=https://packagecloud.io/shiftkey/desktop/el/7/$basearchnenabled=1ngpgcheck=0nrepo_gpgcheck=1ngpg key=https://packagecloud.io/shiftkey/desktop/gpgkey" > /etc/yum.repos.d/shiftkey-desktop.repo'
sudo dnf install github-desktop #sudo yum install github-desktop/CODE
AUR: github-desktop-bin