An open API service indexing awesome lists of open source software.

https://github.com/dresende/git.gedit

Git Plugin for Gedit
https://github.com/dresende/git.gedit

Last synced: 3 months ago
JSON representation

Git Plugin for Gedit

Awesome Lists containing this project

README

          

# Simple Git Integration with Gedit

## Features

The plugin adds 4 buttons to the gedit toolbar:

* Add - same as 'git add' to the active document
* Add Active - same as 'git add' on every open document (in current window)
* Commit - shows a dialog with current staged files and asks for a commit message
* Push - same as 'git push' (origin master) - NOT DONE YET

## Ideas

Have a menu on a toolitem to make some more simples commands:

* Revert file (same as 'git checkout')
* Show log (..)
* Git Pull (?)
* Git Diff (?)