<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi<br>
    <br>
    I recently had problems to checkout an existing branch (from remote
    server)<br>
    <br>
    git checkout BRANCH_NAME<br>
    <br>
    and received the following error<br>
    <br>
    "did not match any file(s) known to git"<br>
    <br>
    But the following options helped:<code><br>
      <br>
      git checkout -t -b BRANCH_NAME</code><br>
    <br>
    Hope this will help you too<br>
    <br>
    Thanks<br>
  </body>
</html>