Skip to main content

Github Linux | Desktop

git config --global alias.undo 'reset --soft HEAD~1'

For vim/neovim users: vim-fugitive plus gbranches.nvim gives you a terminal-first GitHub experience that’s honestly faster than any GUI. desktop github linux

gh run watch --exit-status && notify-send "CI passed ✅" || notify-send "CI failed ❌" git config --global alias