Rainer Stengele <rainer.steng...@online.de> writes:

> git checkout c6b22d
>
>
> How can I go back to the current development?

Go back to the master branch with this command

  ~$ git checkout master

then 

  ~$ git pull 

to get latest commits.

HTH,

-- 
 Bastien

Reply via email to