Hi, I've got a problem when trying to fetch commits from remote.
$ git remote -v
origin git@bitbucket.org:[my-account]/[my-repo].git (fetch)
origin git@bitbucket.org:[my-account]/[my-repo].git (push)
Exactly the same I see at bitbucket.org. Now, I try to fetch or pull to current branch with no result:
$ git pull origin tracking
From bitbucket.org:[my-account]/[my-repo]
* branch tracking -> FETCH_HEAD
Already up-to-date.
$ git fetch
// ends silently
$ git log HEAD.. --oneline
// same here
Any help appreciated, thanks!
Resolved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.