After creating a new empty head whit command 

git symbolic-ref HEAD refs/heads/master

I get data from remote repository with

git fetch

and when i try to merge it with

git merge HEAD origin/master

i get the error 

"fatal: can merge only exactly one commit into empty HEAD"


-- 
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.

Reply via email to