is there any plugin to use git on gedit on ubuntu?
Asked Answered
J

4

14

i would like to use a git plugin while coding on gedit. i mean by that buttons for commit or shortcuts. thank you.

Jackson answered 30/9, 2010 at 16:13 Comment(0)
S
4

I created one that is fully integrated and supports SVN as well as GIT. Even has a little repo viewer. Let me know if you have any trouble with it:

http://gombi.net/#showcase/giterdone

Syndesmosis answered 20/2, 2011 at 4:40 Comment(3)
The link seems to be broken :(Gantry
The link worked but after pasting the folder in several places it does nto show up in the plugin list. Using gedit 2.30.3Goatish
URL is updated to: gombi.net/#showcase/giterdone, waiting for the peer to review the edit. But Plugin is not working.Koffler
R
2

I just used the external tools plugin, very trivial to set it up to run gitk

#!/bin/sh
exec gitk $GEDIT_CURRENT_DOCUMENT_PATH

for git add

#!/bin/sh
exec git add $GEDIT_CURRENT_DOCUMENT_PATH

etc

Ruhl answered 9/2, 2011 at 13:19 Comment(0)
P
1

I just came across http://github.com/rafaelmws/git-gedit yesterday, but I've yet to try it out.

There's also http://code.google.com/p/gedit-vcs/, which appears to have never made it past the requirements stage.

Padilla answered 30/9, 2010 at 21:51 Comment(1)
i just found something called rabbitVCS, that looks cool.I am trying to make it work but there are no tutorials about it online.Jackson
K
0

I found this nice little thing: http://nerdblog.pl/2009/06/01/save-and-commit-to-git-plugin-for-gedit-2-26ave/

Kristof answered 19/10, 2010 at 6:15 Comment(1)
Aw, that sucks. Most plugins broke from Gedit 2 to Gedit 3 anyways. :(Kristof

© 2022 - 2024 — McMap. All rights reserved.