Tagged Questions

A Tcl/Tk based graphical user interface to Git.

learn more… | top users | synonyms

43
votes
3answers
5k views

Removing files saying “old mode 100755 new mode 100644” from unstaged changes in git

For some reason, when I initially did a pull from the repository for a git project of mine. I got a ton of files in my working copy that have no discernible changes made to them, but keep showing up ...
17
votes
3answers
4k views

How to skip “Loose Object” popup when running 'git gui'

When I run 'git gui' I get a popup that says This repository currently has approximately 1500 loose objects. It then suggests compressing the database. I've done this before, and it reduces the ...
14
votes
4answers
2k views

how to set desired language in git-gui?

I recently came to git for a project I participate to. I found git gui rather handy (under OSX Snow Leopard) to srtat with but I would much like if it were not localized (in French, in my case). Is ...
10
votes
3answers
503 views

Git - When to Delete Branches

Suppose we have an application that's stable. Tomorrow, someone reports a big ol' bug that we decide to hotfix right away. So we create a branch for that hotfix off of "master", we name it ...
9
votes
3answers
4k views

What is a Git Revision Expression?

So, I am using Git GUI to make a repository. But I cant find ANY trace on Google, the Documentation, or anywhere else what a 'Revision Expression' is, and it is required to create a new Branch. ...
8
votes
2answers
2k views

Git GUI.. stage everything

I have just created a GIT on a folder. I now want to add the contents of that folder by "staging" all the files. In the GUI, is there a way to select all the files. I have well over 4000 files and ...
5
votes
2answers
131 views

Git: how to repack all loose commits

After using git gc and git repack (with various options) I still have 4825 loose commits in the folder .git/objects. I would like to have all of them in the pack file with the rest or in another pack ...
4
votes
1answer
285 views

Git GUI like Bzr Explorer but for Git?

What GUI's are there for GIT that are like Bazaar Explorer? Preferably for Linux. Would be great to include or link to screenshots in the answers. If you could do each app as one answer, they ...
4
votes
1answer
169 views

git-gui on Ubuntu doesn't show new directories

I use git gui on Ubuntu 10.04 (git-gui version 0.12.0.64.g89d6) to manage my commits (staging, unstaging, checking diffs) and I like it a lot. However it does not show any new files or directories ...
4
votes
3answers
2k views

How do I .ignore files with Git GUI?

I have created a .gitignore file inn the same folder that the with the .git folder. but i still get the files I'm trying to ignore when doing a rescan of the repository. this is the content of the ...
3
votes
2answers
183 views

Is there a help page for the Git-Gui Options dialog?

The Git-Gui has options setting (under Edit>>Options..) Is there a description somewhere of each of the option settings? I know there is the Man pages for the Git-Gui man page & Git-config man ...
3
votes
1answer
71 views

Restoring a specific file from a commit

I'm using Git with GitGUI. I did a commit to several files (and have since committed again) and now I see a test is not working. I checked out some commits and found the culprit. I now want to ...
3
votes
2answers
340 views

Removing files using Git GUI

Is there any way to remove a file using git gui then commit and push?
3
votes
1answer
214 views

git-gui disagrees with git status: why?

I am just learning git, using git version 1.6.0.4. Created an eclipse wkspace, with a couple of projects in it. Created a git repos at the workspace root, using cli. Using cli added the two projects ...
3
votes
5answers
490 views

How can I commit many new files with git gui without clicking each of it?

I have a ton of new files to commit. Clicking each one in git gui (Windows) to stage is annoying. How can I can I commit a whole bunch of files at once?
2
votes
1answer
62 views

Can I make “git gui” pass, say, “--patience” to “git diff”?

I'm really just looking for a way to configure git gui to generate diffs as if by git diff --patience, but I strongly suspect that any mechanism which might allow me to do this would allow other ...
2
votes
1answer
162 views

Always get 'Could not find git repository' error when starting the gitg visual tool

I click 'ok' then I can use File -> Recently Opened or File -> New But I cannot set a repository as the default and I cannot get rid of the startup message showing every time until I click 'OK'. ...
2
votes
1answer
2k views

git gui: how to clone and push?

I think I am stupid. I don't understand how Git works with the command lines so I am using Git Gui. I got it install and the Gui can be launched successfully, but when I come to clone the file from ...
2
votes
4answers
510 views

GIT: How to get rid of the annoying CRLF message on msysgit (windows)?

Practically everytime I stage a textfile (that's most of em), I get the message from git gui (I use msysgit) that It replaced (or is about to) line endings with CRLF's. Obviously I want that (and ...
2
votes
1answer
145 views

git-gui: Moving keyboard focus to “changed files”

I'm trying to use my computer with keyboard only, without touching the mouse. In git-gui, how do I move the keyboard focus to the list of changed files, so I can stage them (Ctrl + T) one-by-one? I ...
2
votes
3answers
189 views

Changing subfolder name in git project without losing file history?

FYI, I'm pretty new to git, using mostly gitgui. When I change the name of an already tracked folder containing already tracked files in my project, git sees all the files in the folder as new ...
2
votes
3answers
797 views

Which is the better commit tool, qct or hgct/gct?

I'm an experienced git user now working with people who use Mercurial. I really miss 'git gui' for helping me with my commits. I see that two tools, qct and hgct, both support Mercurial. The things ...
1
vote
2answers
38 views

Is it safe to compress a GIT archive in regard to data loss or archive corruption?

I'm using GIT GUI to keep track of changes made to our daily developing tasks and code/files changes. Currently I'm into web development, primarily web sites. I'm using a GIT archive for each website ...
1
vote
2answers
54 views

GitGui on Windows: Show empty directories

I think git does not track empty directories by default, but is there any way to make it track them? I have two empty directories that I would like to be included with a project "images" and ...
1
vote
2answers
201 views

Does TortoiseGit allow selective staging, like git-gui?

This question: Can you interact with the index/staging area with TortoiseGit? takes the position that TortoiseGit's main function is not to eliminate the need for the git command line, and in ...
1
vote
1answer
194 views

How to do rebase --interactive in a Windows GUI

I have a co-worker who's wedded to the git GUI interface for Windows; I'd like to get him rebasing interactively so he can squash commits. I've tried using the Tools->Add to add git rebase ...
1
vote
0answers
59 views

On OS X how do I set desired language in git-gui?

Its almost not possible to use in my native language, swedish. I have seen some tips for windows, but not for OS X.
1
vote
0answers
173 views

git gui - can it be made to display UTF16?

Is there any way to make git gui display and show diffs for UTF16 files somehow? I found some information, but this is mostly referring to the command line rather than the gui.
1
vote
3answers
561 views

How do you undo a hard reset in Git Gui or Gitk on Windows?

I'm using Git Gui and Gitk on Windows. How do I undo a hard reset from within the past two hours? (Is it possible to do this from these applications, without using the command line?) I saw this SO ...
1
vote
1answer
1k views

Using GIT with GIT GUI - Master and Branching

I am trying out GIT, and using the GIT GUI (from msysgit) with it. I am trying to make a new branch, but somehow it keeps taking over the master branch. The master branch still appears, but not as ...
1
vote
1answer
766 views

git checkout revision of a file in git gui

Is there a good way to checkout revisions of a specific file in git gui like an add tool or something? Tried adding a new tool as: git checkout $REVISION $FILENAME But it only allows branch ...
0
votes
1answer
24 views

Git-Gui: Committed code but my github account shows nothing

so I committed some code today for the first time to github. however, when I go to my activity, nothing shows? What happened to the code I committed? Is there an error or log I can view ?
0
votes
1answer
89 views

Using Git-GUI and Git-Bash on windows: location of *.git file?

I'm new to Git, and I used a command like this to clone a git repo onto my computer: git clone git://git.domain.com/dir1/dir2/myrepo.git I'm also trying to experiment with the Git-GUI on windows. ...
0
votes
4answers
63 views

Is there a better way to make an initial GIT commit for a web application? [closed]

Possible Duplicate: Git GUI.. stage everything My employer is finally looking into setting up some source control after much pleading by all of the developers. Unfortunately, none of our ...
0
votes
1answer
166 views

How to use Git GUI from Unix using Xming

I'm using Windows XP and I log in to a unix system using Putty where I run several Git commands. I have also installed Xming + Git GUI in my Windows system. Now is it possible to use the Git GUI ...
0
votes
2answers
94 views

Is using git gui looked down on by other developers? [closed]

While I was learning git, I was taught to use git gui. I have used this in conjunction with other git gui commands in the command line and I now can choose when to use it or not. My question is, some ...
0
votes
2answers
204 views

How can I force the repository chooser in git gui

I put my home directory under version control and if I start git-gui now from my Gnome panel I can only work on this repository. There is no longer this dialog that lets me browse for or enter a ...