Desktop Github Linux ~upd~ Link
Use gh + notify-send :
flatpak install flathub io.github.shiftey.Desktop It’s not perfect (some dialogs flicker), but for beginners or quick staging of hunks, it’s great. desktop github linux
alias gs='git status' alias gaa='git add --all' alias gc='git commit -m' alias gl='git log --oneline --graph --all' alias gp='git push' alias gpl='git pull --rebase' And my favorite: git undo – a global alias that resets the last commit but keeps changes. Use gh + notify-send : flatpak install flathub io
0 * * * * cd /home/user/myrepo && git fetch --all --prune – run tests and push if they pass It works surprisingly well
The actual GitHub Desktop app, packaged for Linux via Flatpak. It works surprisingly well.
gh run watch --exit-status && notify-send "CI passed ✅" || notify-send "CI failed ❌" Windows and macOS make SSH keys weird. Linux does it right. Set up your GitHub SSH key once, add it to ssh-agent , and forget about it.
(cron job)