gitgui

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 clicking one at a time is proving to be a bit of a pain. ...

use Winmerge inside of Git to file diff

Is there a way to use Winmerge inside of Git to do Diffs? Thanks ...

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 the actual master. As a result, I also can't merge my new branch into the master, but it requests me to do the opposite (master into new bran...

Dumb git gui question (Windows)

I have a ton of new files to commit. Clicking each one to stage is annoying. How can I can I commit a whole bunch of files at once? ...

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 untracked files. How do I make git understand that I only changed the name of the folder, so that I don't "lose" the history of the files contain...

Can I use gitg to see the changes only on one file/directory?

This is driving me crazy, as it's very easy on gitk (just gitk the/file) but I am not able to do it on gitg which I really like to see the history. It's not a well documented tool... :-/ ...