Skip to content

Commit 0f90c6e

Browse files
committed
🔖 bump ugit version
1 parent 90d587e commit 0f90c6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ugit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/usr/bin/env bash
22

3-
# ugit: Undo your last git command without much effort. Powered by FZF
3+
# ugit: Undo git commands with ease. Powered by FZF
44

55
set -uo pipefail;
66

77
SCRIPT_NAME="$0"
88
SCRIPT_URL="https://github.com/Bhupesh-V/ugit/releases/latest/download/ugit"
99
TMP_FILE="/tmp/ugit.sh"
10-
VERSION="5.1"
10+
VERSION="5.2"
1111

1212
BOLD_ORG_FG=$(tput bold)$(tput setaf 208)
1313
BOLD=$(tput bold)

0 commit comments

Comments
 (0)