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
- Host: GitHub
- URL: https://github.com/dresende/git.gedit
- Owner: dresende
- Created: 2010-10-29T17:51:47.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-09T23:03:26.000Z (about 15 years ago)
- Last Synced: 2025-01-31T18:37:16.794Z (11 months ago)
- Language: Python
- Homepage:
- Size: 476 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 (?)