Hi Tim,

Tim Rühsen <[email protected]> writes:

> I don't know what is wrong:
>
> tim@debian:~/src/wget/trunk$ git pull
> Already up-to-date.
> tim@debian:~/src/wget/trunk$ git branch --list -a
> * master
>   parallel-wget
>   remotes/origin/HEAD -> origin/master
>   remotes/origin/master
>   remotes/origin/parallel-wget
>
> What can I do ?
> I admit, that I regularly have problems with syncing repositories (git pull 
> fails, actions with fetch/merge resulting in chaos), ending up in rm -r and 
> git clone.

how does "git log" look for you?

What happens if you try these two commands?

$ git fetch -a
$ git pull --rebase origin master


Thanks,
Giuseppe

Reply via email to