On Mon, 16 Sep 2013 07:20:47 -0700 (PDT)
berd <bersc...@googlemail.com> wrote:

[...]
> I make this, convertet the key to OpenSSH key and move to %HOME%\.ssh 
> folder and choos the name vorm mykey_130903 to id_rsa
> 
> And I call GIT bash in folder who is my reopsitory and enter:
>
>  git pull
> 
> From git.repository.my
> 
>    b160ca3..a306100  master     -> origin/master

Yes, this means your local Git downloaded all the objects required to
update your origin/master branch from commit b160ca3 (it pointed to)
to commit a306100, and now it points to that commit.

> There is no tracking information for the current branch.
[...]
>  * branch            master     -> FETCH_HEAD

> I think it works :-)
> 
> Or what do you mean?

Yes, fetching definitely works now.
As to how to go about `git pull` refusing to merge, it's completely
unrelated story -- just digest what Git printed to you and act
how you think would be best for you.

You could consider reading my posts where I tried to expain in detail
how `git pull` works internally -- [1] (simpler) and [2] (more
hard-core).  Also consider starting from reading [3] or may be even
right from The Book: [4], [5] (reading the whole book is recommended).

> Thanks for your help and sorry my english.

No problem!  It's purposedly mangled English (like the so-called
leetspeak, for example) which puts people off, not honest attempts at
writing correctly.

1. https://groups.google.com/d/msg/git-users/4CBW6DY0pDA/bs97usaQ-6MJ
2. http://stackoverflow.com/a/18787744/720999
3. http://longair.net/blog/2009/04/16/git-fetch-and-merge/
4. http://git-scm.com/book/en/Git-Basics-Working-with-Remotes
5. http://git-scm.com/book/en/Git-Branching-Remote-Branches

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to