Top "Git-gui" questions

A Tcl/Tk based graphical user interface to Git.

Git GUI on Windows: merging conflicts

I am fluent with Git on the command line but for a specific project, I need to show others how …

git merge-conflict-resolution git-gui
Git error: "fatal: corrupt patch at line 36"

I have a Java file that ends like this: } } And I mistakenly erased the newline at the end some time …

git git-gui
Git Diff - How do I revert selected lines or chunks

In Git GUI I can select parts of a diff and stage just those lines or chunks. How would I …

git diff git-gui
"fatal: corrupt patch at line XX" when staging single line

I'm getting the following error when I'm trying to stage a single line or multiple lines using the git gui (…

git git-gui
Where is git-blame in SourceTree

I'd like to see who contributed which line/change to a file. git-blame does exactly that. So does SourceTree have …

git atlassian-sourcetree git-gui blame git-blame
How do I .ignore files with Git GUI?

I have created a .gitignore file in the folder with the .git folder, but I still get the files I'm …

git git-gui
Using Git Gui Windows - How do you save user credentials - Username and Password

I know this question has been asked before and I've been looking at this link : https://www.kernel.org/pub/…

github credentials git-gui
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 …

git garbage-collection rebase git-gui git-gc
How do I open the Git GUI from a command window?

How do I open the Git GUI from a command window? I'm using Windows 7. I've tried running this: "C:\Apps\…

git windows-7 command-line git-gui