Miguel Ruiz writes:
> git reset --hard origin/master  # warning: removes local changes

Not only that, but it is an extremely bad idea to use a detached head
like that.  If you must do this, please do at least keep such
instructions to yourself.  Everybody else please

git checkout master

which should create a local branch master that tracks origin/master.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves


Reply via email to