Skip to content
maxolasersquad edited this page Nov 2, 2010 · 1 revision

To make sure you have the required programs, run the following in Ubuntu. sudo aptitude install git libnotify-bin Copy the .gitnotify directory to your $HOME directory. In this folder run the following for each git repository you want gitnotify to notify you of: git clone -n <git_repository>

Next, open up gitnotify.ini in your favorite text editor and list each repository, seperated by spaces. Configure how often to check for updates, and the pretty-print style for displaying the notification.

Now make the gitnotify.sh script executable, and place it wherever you would like to execute it from. From here you can set it up to to run when you log in.

Clone this wiki locally