Closed selenite29 closed 10 years ago
Makefile couldn't be executed more than once due to git pull error: git checkout master is added before git pull to solve this issue.
git checkout master
git pull
Thanks :+1:
Makefile couldn't be executed more than once due to git pull error:
git checkout master
is added beforegit pull
to solve this issue.