Hi,
Awhile back the git version of mypaint wouldn't save images so I had to quickly do
git checkout v0.8.2
which got me back to a version that got what needed done done. Now I want to get back onto the bleeding edge version but when I do
git pull
I get
You are not currently on a branch, so I cannot use any
'branch.<branchname>.merge' in your configuration file.
Please specify which remote branch you want to use on the command
line and try again (e.g. 'git pull <repository> <refspec>').
What should I do?
Thanks in advance.