franko / gsl-shell

GSL library shell based on LuaJIT2
http://franko.github.io/gsl-shell/
GNU General Public License v3.0
92 stars 12 forks source link

HEAD is pointing to an old branch #9

Closed bchretien closed 11 years ago

bchretien commented 11 years ago

If we follow these simples steps:

$ git clone git://github.com/franko/gsl-shell.git $ git branch -a

 * algebra-mod
   remotes/origin/HEAD -> origin/algebra-mod

We end up on the "default" branch which is remotes/origin/algebra-mod instead of remotes/origin/master. It would be easier for other users if you set HEAD back to master.

franko commented 11 years ago

Hello Benjamin,

thank for pointing out this, cough cough..., embarrassing problem :-)

Now is fixed!

bchretien commented 11 years ago

Great, thank you! ;-)