How to manage branches with Kiln using Git?
问题 My company is using Kiln so developers can use their preferred tool between Git and Mercurial. I’m a Git user and never used Mercurial. There are some incomprehensions in the use of branches with Kiln. When I create a new branch using the Kiln interface, it, in reality, creates a new repository, not a branch. Even if Kiln displays it as a "branch" and not a "repository". And when I clone the repository in Git, git branch -a does not show me the remote branch I just created. I need to clone