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