Re: [git-users] Error / Aborting during a git checkout

2012-04-25 Thread Konstantin Khomoutov
On Wed, 25 Apr 2012 07:05:05 -0700 (PDT)
"thomas.tre...@gmail.com"  wrote:

> I've a problem with my Git server.
> On my local machine, I've a copy of two branch : master and
> test_branch.
> 
> I work on the test_branch, and I've commit all modifications.
> However, when I try to switch on the master branch, TortoiseGit give
> me this error :
> 
> Aborting
> git did not exit cleanly (exit code 1)
Start from running git checkout by hand, that is, fire up the console
window, `cd` to your project's directory and type

git checkout master

there.
See what it will print out.
In case it'll be needed, the exit code of the program can be obtained
by executing

echo %ERRORLEVEL%

after the program finished execution.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.



[git-users] Error / Aborting during a git checkout

2012-04-25 Thread thomas.tre...@gmail.com
Hello everyone,

I've a problem with my Git server.
On my local machine, I've a copy of two branch : master and
test_branch.

I work on the test_branch, and I've commit all modifications.
However, when I try to switch on the master branch, TortoiseGit give
me this error :

Aborting
git did not exit cleanly (exit code 1)

Can you help me please ?
Thank by advance

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.