A Tcl/Tk based graphical user interface to Git.
Questions tagged [git-gui]
219 questions
0
votes
0 answers
How to keep forked version of github project synced and what flow to use while committing changes?
I was thinking of contributing to a slider project that I use in a lot of my projects. GITHUB LINK.
I have a github account and have seen a few github tutorials, but I have a question, after I fork this project to my account and now suppose the…

Alexander Solonik
- 9,838
- 18
- 76
- 174
0
votes
0 answers
how to use git GUI with diff-highlight?
I have set up my ~/.gitconfig as per https://www.viget.com/articles/dress-up-your-git-diffs-with-word-level-highlights.
It works well with git diff in terminal.
Is there a way to see the changes in git gui like diff-highlight? I mean highlight the…

amarjeetAnand
- 455
- 5
- 12
0
votes
1 answer
Git Gui Unstaged Changes stuck on excel macro-associated temporary file
I am a solo developer tracking my project changes through Git Gui. Recently, in one of my projects, I incorporated an excel macro .xlsm file. This created a temporary file of the same name with "~$" prepended to it, which gets stuck in Unstaged…

Bendt Lizzy Young
- 15
- 5
0
votes
1 answer
Is there a way to configure my identity from inside Git-Gui, instead of Git-CMD?
Is there a way to configure my identity from inside Git-Gui, instead of having to go through Git-CMD?
I know how to do it through CMD, as it literally tells you. I'm just wondering if I need to use the CMD.
When I tried to merge something with the…

Malady
- 251
- 1
- 12
0
votes
1 answer
Visual Studio Project - Git Gui Problems
i have a little problem using gitgui for a Visual Studio project...
there is a .gitignore file in the original Repository to exclude temporary files / the obj folder.
I tried cloning (Full Repository Clone) to my Home Folder from a network drive…

Kurious
- 3
- 1
0
votes
0 answers
git-gui on OSX: why does access to context menu now require control key?
I could have sworn that, on OSX, the git-gui context menu that offers options like stage-lines and stage-hunk was always accessible via a right mouse button click but as of today it seems to require the use of a control key as well.
I haven't…

jonseymour
- 1,006
- 1
- 12
- 22
0
votes
1 answer
Git-SCM for windows(64bit), when I try to launch git-gui, I got the error "Cannot parse Git version string"
As the title, I got a problem to use Git on Windows7 (64bit).
Git Bash seems to work, but git-gui doesn't.
Also, I've installed 3rd party program like SourceTree, Tortoise Git and IntelliJ. They can't find git and get git version from mine.
I have…

june song
- 31
- 2
0
votes
1 answer
Different remote name GIT, fetch using GUI
At work we have a problem using GIT GUI for bitbucket.
I have a project on Bitbucket named TestProject, a remote named bitbucket for local repo, so when I push to remote I have a remote branch called remotes/bitbucket/master.
My coworker has a…

Marcx
- 6,806
- 5
- 46
- 69
0
votes
0 answers
unable to start git gui because of tcl version conflict
When I try to run the git-gui an error message pops up that claims to have a version conflict for package "Tcl": have 8.6.5, need exactly 8.6.4.
But when I request the installed tcl patchlevel from a tclsh it says 8.6.4.
Can anyone figure out why…

seeb
- 67
- 1
- 10
0
votes
2 answers
Git and GUI with mounted repo
I'm using git gui - git kraken. My problem is to use it with the folder, that placed on webserver. I use sshsf to mount the folder with my website to local folder and point git kraken to that folder as my local repo. But it working too slow. Is…

Cyborg
- 41
- 2
0
votes
1 answer
Git gui show code compare selected file
I'm trying show the code compare with the git gui.
I configured tool->add with git diff -y but when I execute shows every file and I want to see just the file selected.
Regards

gogoru
- 376
- 2
- 19
0
votes
0 answers
git gui doesn't clone using ssh, then i've to enter password and username everytime i do push
how can i configure git to force ssh until not possible!
If I check remote by doing:
git remote -v
they are all https://.... urls and not
ssh:...
which would relief me from typing passwords every time.

Muhammad Umer
- 17,263
- 19
- 97
- 168
0
votes
2 answers
Pushing Files to GitHub using Git Gui Problems With Arbitrary Location AKA Destination Repository
So I'm very new to git GUI, and was assigned the task to push files from my project onto github. I opened the git GUI and opened up my project. Then I clicked on all of the files that I want to stage change commit. After that I clicked push and…

worker
- 33
- 3
- 13
0
votes
1 answer
git gui not showing untracked files
For some reason, git gui is not showing any untracked files. This is happening in all repositories on this system.
I understand how .gitignore works, and have confirmed that is not the problem, because the same untracked files show up in git status…

Jonathon Reinhart
- 132,704
- 33
- 254
- 328
0
votes
1 answer
Stupid GIT GUI questions
I feel really stupid right now. I have used a number of version control apps but not git that much. I have read lots of posts, but am more confused than ever as many of the (apparently correct) answers use the command prompt and assumptions that I…

JustMeToo
- 325
- 1
- 14