Top "Git-gui" questions

A Tcl/Tk based graphical user interface to Git.

How to upload a project to Github

After checking Upload my project to github I still have no idea how to get a project uploaded to my …

upload github repository git-bash git-gui
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 …

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

git-pull git-gui
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 …

git github version-control git-branch git-gui
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 …

git git-clone git-gui
Decent Git Branch Visualization tool

I'm using git for a personal and big project which has a wide scope (not just programming) and lots of …

git git-gui
What is a Git Revision Expression?

So, I am using Git GUI to make a repository. But I cant find ANY trace on Google, the Documentation, …

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

git git-rebase git-gui
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 …

git git-gui
How do I discard changes for a file in Git Gui?

Often when using Git Gui I would like to reset/checkout a single file or just dismiss a hunk. Is …

git git-gui