what is the difference between Git Extensions and Git GUI?

1,797 views
Skip to first unread message

dever

unread,
Mar 16, 2012, 1:50:46 PM3/16/12
to gitext...@googlegroups.com
they both appear to support the basic functionality of pulling, commiting and pushing (although Git EXT is not working for me while Git GUI *is* working)

Git Ext says it is pulling or pushing but it never finishes and i just abort.

Michael West

unread,
Mar 16, 2012, 2:57:29 PM3/16/12
to gitext...@googlegroups.com
Git GUI is part of the Git installation, along with Git Bash. Git Extensions is built on top of Git. Please provide additional details to your problem.

paul younger

unread,
Mar 22, 2012, 12:45:58 PM3/22/12
to gitext...@googlegroups.com
If i use GIT EXT do I NOT need to use Git GUI? What is "Stash
Changes"? is that staging?

when i tried to perform a pull on a remote from Git EXT it says it
starts but it does not actually do anything, nor does it stop on its
own. eventually you have to abort. it does not prompt me for my
remote credentials either, the way Git GUI does.

--
|˃˄˅|

Alex Ford

unread,
Mar 22, 2012, 12:53:59 PM3/22/12
to gitext...@googlegroups.com
Correct. If you use git extensions then you do not need to use the
default git GUI, but it's still there if for some strange reason you
need it.

In your pull issue I would pop open the git bash and do "GIT PULL
remote". The console tends to give you more verbose progress updates
and errors if there are any.

William Swanson

unread,
Mar 22, 2012, 3:02:35 PM3/22/12
to gitext...@googlegroups.com
On Thu, Mar 22, 2012 at 9:45 AM, paul younger <pyou...@gmail.com> wrote:
> What is "Stash Changes"? is that staging?

No, the stash is this feature:
http://ariejan.net/2008/04/23/git-using-the-stash/

The stash basically creates a temporary work-in-progress commit while
you go work on something else. Staging, on the other hand, is when you
use the commit dialog to select which changes actually get included in
the new commit. The selected changes are "staged".

-William

Reply all
Reply to author
Forward
0 new messages