Questions tagged [git-gui]

11 questions
24
votes
3 answers

Is it possible to have git gui / gitk look good on a retina Macbook Pro?

I really love git gui and gitk. They work very well for me and I know exactly how to use them. Sadly, they look really pixelated and ugly on my retina macbook. Since it's just text and chrome it would seem on the outset a fairly simple thing to fix.…
pius
  • 453
16
votes
3 answers

Change tabsize in git-gui

I was wondering if it's possible to change the tabsize in git-gui from 8 characters to 4. The only thing I found was core.whitespace = tabsize=4 but that only affects diff. The reason why I'm asking is because I'm slowly phasing out the usage of…
Htbaa
  • 213
12
votes
1 answer

Using diff-highlight with Git GUI

Is there a way to use diff-highlight with git gui? The extra highlighted info is invaluable when comparing lines that only changed a bit, and while using diff-highlight from the terminal (described here:…
10
votes
4 answers

"Git GUI" context menu entry for Windows 7 64 bit

Git for Windows doesn't seem to support the extra context menu entries for "Git GUI Here" (or "Git Bash Here") when running on 64-bit systems. Is there some other way I can get an entry for "Git GUI" to show up in the context menu so that it will…
Brad Mace
  • 610
10
votes
1 answer

How do I set the spelling dictionary in Git Gui?

In the options for Git Gui, there is a section to select a spelling. However, no dictionary options actually show up in the selection menu. How do I configure the spell checker in Git Gui?
Stevoisiak
  • 16,075
9
votes
2 answers

Clear Recent Repos in Git Gui

How can I clear entries in the Git Gui's the recent repositories without deleting those repositories or the .git folders within them? Here is an example: Here is my Git/Git Gui version info:
3
votes
2 answers

Ubuntu 20.04.2 LTS. Unable to fetch some archives

I'm trying to install this sudo apt-get install gitk git-gui But code gives this error: Err:1 http://az.archive.ubuntu.com/ubuntu focal/universe amd64 tcl amd64 8.6.9+1 403 Forbidden [IP: 94.20.20.125 80] Err:2 http://az.archive.ubuntu.com/ubuntu…
1
vote
0 answers

How to have Git Gui available from spotlight and dock on MacOS?

I'm a macos noob coming from windows and I'm used to have git gui available from start menu search. I know I can launch by opening terminal and calling the command but that's not what I want here. I also know I can create a shell script with…
urSus
  • 111
1
vote
1 answer

How to a clone remote repository in Thermal?

I tried cloning a remote repository in Thermal application, but it didn't work. Clone repository pop-up modal After adding all the detail like: Name Remote URL Path After clicking the clone button, it should start cloning, but it doesn't clone the…
0
votes
2 answers

Can't use GitKraken on private repositories

I've been using GitKraken for a while now, since about May of this year and it never gave me any trouble, except for now. I was working on a school project and GitKraken now prevents me from opening its repository, because, apparently, this is now a…
0
votes
0 answers

Differences between Gitkraken staging to "git add"

I am having an issue with git CLI background: I am running code prettier on my staged files on pre-commit git hook. but it works to format my code only if the user uses Gitkraken. after investigation, I saw that git has different behavior from…