Ejemplo n.º 1
0
 public static void Stash()
 {
     SemVer.BumpPatch();
     Git.Run("stash");
 }
Ejemplo n.º 2
0
 public static void StageAll()
 {
     SemVer.BumpPatch();
     Git.Run("add -A");
 }