We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d587e commit 0f90c6eCopy full SHA for 0f90c6e
ugit
@@ -1,13 +1,13 @@
1
#!/usr/bin/env bash
2
3
-# ugit: Undo your last git command without much effort. Powered by FZF
+# ugit: Undo git commands with ease. Powered by FZF
4
5
set -uo pipefail;
6
7
SCRIPT_NAME="$0"
8
SCRIPT_URL="https://github.com/Bhupesh-V/ugit/releases/latest/download/ugit"
9
TMP_FILE="/tmp/ugit.sh"
10
-VERSION="5.1"
+VERSION="5.2"
11
12
BOLD_ORG_FG=$(tput bold)$(tput setaf 208)
13
BOLD=$(tput bold)
0 commit comments