Имеется проблема. Существуют две ветки - NumericTokens и master. Собственно при попытке перейти обратно на мастер файлы не меняются, остаются файлами ветки NumericTokens. При этом на винде все работает.
$ git reset --hard
HEAD is now at 711d8d7 Merge branch 'NumericTokens' of ...
$ git checkout master
Already on 'master'
Your branch is ahead of 'origin/master' by 20 commits.
$ git pull
Already up-to-date.
$ cat .git/HEAD
ref: refs/heads/master
s$ apt-cache policy git-core
git-core:
Installed: 1:1.7.0.4-1ubuntu0.2
Candidate: 1:1.7.0.4-1ubuntu0.2
Version table:
*** 1:1.7.0.4-1ubuntu0.2 0
500 http://ru.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://security.ubuntu.com/ubuntu/ lucid-security/main Packages
100 /var/lib/dpkg/status
1:1.7.0.4-1 0
500 http://ru.archive.ubuntu.com/ubuntu/ lucid/main Packages