Skip to content

olitomas/git-panda

Folders and files

NameName
Last commit message
Last commit date
Oct 18, 2017
Oct 10, 2017
Oct 14, 2017
Oct 11, 2017
May 24, 2017
May 24, 2017
Oct 11, 2017
Oct 15, 2017
Oct 14, 2017
Oct 14, 2017
Oct 18, 2017
Oct 15, 2017

Repository files navigation

Git Panda

Desktop application that reminds you to commit your code to git

alt

How does it work ?

  1. You tell Git Panda what projects to look out for.
  2. You decide how frequently you want Git Panda to remind you (Default: every 4 hours).
  3. If you have uncommited code in any of your projects then your operating system will notify you.

Mac - DMG installer

Windows - exe installer

Linux installers coming soon

I made this application for 2 main reasons.

1. I really needed it

A little while ago I accidentally threw my shiny new Macbook Pro down the stairs on my way to lunch. I soon realized that I had about 4-5 different projects with uncommitted changes on there and if the computer was to go to Apple heaven so could a weeks worth of work. Thankfully I was able to use the computer when I plugged it to an external monitor (the screen was destoyed) and the first thing I did was cd-ing into all my projects and:

$ git add .
$ git commit -m '.....'
$ git push

No matter how many times I tell my self I am going to commit my code many times a day I always end up forgetting.

2. I have wanted to try out Electron for a while now (Spoiler: Its awesome!)

I recommend turning of the sound for alerts. In mac this is the settings I personally prefer:

alt

alt

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published