Closed dAnjou closed 12 years ago
You should only execute git pull if you changed into the directory successfully; e.g. cd <path> && git pull.
git pull
cd <path> && git pull
You're right, thanks for the hint. I will update soon.
You should only execute
git pull
if you changed into the directory successfully; e.g.cd <path> && git pull
.