Skip to content

Instantly share code, notes, and snippets.

@terrynguyen255
Created October 16, 2019 03:56
Show Gist options
  • Save terrynguyen255/c69d7cec53c7aaf1c3684bc40581bea1 to your computer and use it in GitHub Desktop.
Save terrynguyen255/c69d7cec53c7aaf1c3684bc40581bea1 to your computer and use it in GitHub Desktop.
# How to add Git GUI to Ubuntu favorites
# Works best on my laptop DELL XPS 9570 - Ubuntu 18.04
git gui
# Then add below file as /usr/share/applications/gitgui.desktop
# [Desktop Entry]
# Type=Application
# Encoding=UTF-8
# Terminal=false
# Name=Git GUI
# Icon=/path/to/gitgui.png
# Exec=sh /path/to/gitgui-runner.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment