Comparing version 0.45.0 to 0.46.0
@@ -28,3 +28,3 @@ "use strict"; | ||
case "return": | ||
console.log(""); | ||
console.clear(); | ||
(0, terminal_1.terminal)(`git checkout ${branches[index]}`); | ||
@@ -34,2 +34,3 @@ console.log("OK"); | ||
case "escape": | ||
console.clear(); | ||
process.exit(); | ||
@@ -36,0 +37,0 @@ } |
{ | ||
"name": "gitk", | ||
"version": "0.45.0", | ||
"version": "0.46.0", | ||
"description": "🔧 Git Shortcut Cli Application", | ||
@@ -5,0 +5,0 @@ "author": "rhea-so", |
Sorry, the diff of this file is not supported yet
15695
216