Basically, you need:
1) the python-git package installed (we can see about this for windows later)
2) you must have a git repo on your computer already, and have the current file saved in it.
Then you just click menu Arch->Utilities->Git and this panel appears. There, you can:
- read the git log
- see the diff of a selected file
- commit selected files
- pull from a selected remote
- push to a selected remote
Of course this need more stuff (ability to start a new repo, create and switch branches, manage remotes etc - anyone interested in extending?
