Questions tagged [git-gui]

A Tcl/Tk based graphical user interface to Git.

219 questions
972
votes
17 answers

How do I remove 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 in my unstaged changes area. I'm using Git Gui…
concept47
  • 30,257
  • 12
  • 52
  • 74
327
votes
8 answers

When to delete branches in Git?

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 "2011_Hotfix", and we push it up so that all of the…
Anthony Compton
  • 5,271
  • 3
  • 29
  • 38
293
votes
27 answers

How to upload a project to GitHub

After checking How can I upload my project's Git repository to GitHub?, I still have no idea how to get a project uploaded to my GitHub repository. I created a repository and want to upload my project to it. I've looked on the repository page for an…
jampez77
  • 5,012
  • 7
  • 32
  • 52
146
votes
5 answers

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 loose objects to about 250, but that doesn't…
Michael Donohue
  • 11,776
  • 5
  • 31
  • 44
140
votes
3 answers

No "pull" in Git Gui?

How can I make a pull using Git GUI tool? It seems there is no pull command anywhere. Is there an equivalent menu option using Git GUI? Any help will be appreciated.
Alberto Montellano
  • 5,886
  • 7
  • 37
  • 53
112
votes
2 answers

Git Gui: Perpetually getting "This repository currently has approximately 320 loose objects."

Every time I start Git Gui on a particular project I get this message: This repository currently has approximately 320 loose objects. I then proceed to click Yes, and I get this dialog: The thing is, when I open Git Gui again, I get the exact…
sashoalm
  • 75,001
  • 122
  • 434
  • 781
96
votes
5 answers

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 there preference or hack to have git gui displayed…
Julien
76
votes
5 answers

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 a git-blame view?
wnrph
  • 3,293
  • 4
  • 26
  • 38
61
votes
4 answers

How to do a rebase with git gui?

I know how to do a git rebase from the command line, but how do you do it with the official git-gui?
Leif Gruenwoldt
  • 13,561
  • 5
  • 60
  • 64
58
votes
5 answers

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 do the opposite, as in roll back changed lines in a file. Usually these are accidental white space changes I just want to revert out but still stage/commit…
Kenoyer130
  • 6,874
  • 9
  • 51
  • 73
44
votes
6 answers

Where is git submodule update in SourceTree?

How can I update git sub modules in SourceTree?
wnrph
  • 3,293
  • 4
  • 26
  • 38
43
votes
2 answers

Set UTF-8 display for Git GUI differences window

I can't remember how I made Git GUI to display UTF-8 encoded differences correctly. Also I can't find the guide in search engines. Now I need to do this at new workplace. Could you write down instructions? OS: Windows 7
Paul
  • 25,812
  • 38
  • 124
  • 247
42
votes
5 answers

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 general, I agree. However, git-gui has a feature I use a…
Brent.Longborough
  • 9,567
  • 10
  • 42
  • 62
42
votes
6 answers

"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 (right click -> stage lines for commit). It's not the first time it occure to me, and I've found others facing it.However I couldn't find how…
Kirill Kulakov
  • 10,035
  • 9
  • 50
  • 67
40
votes
3 answers

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 the files which is shared by another programmer…
Run
  • 54,938
  • 169
  • 450
  • 748
1
2 3
14 15