C# (CSharp) GitSharp Branch - 9 ejemplos encontrados. Estos son los ejemplos en C# (CSharp) del mundo real mejor valorados de GitSharp.Branch extraídos de proyectos de código abierto. Puedes valorar ejemplos para ayudarnos a mejorar la calidad de los ejemplos.
Represents a branch in git. You can create and manipulate git branches and you can manipulate your working directory using Branch. Note, that new Branch( ...) does not create a new branch in the repository but rather constructs the object to manipulate an existing branch. To create a new branch use the static Branch.Create API.