mirror of
https://github.com/Bhupesh-V/ugit.git
synced 2026-09-10 07:26:20 -04:00
🔖 bump ugit version
This commit is contained in:
parent
90d587e7f5
commit
0f90c6eee5
4
ugit
4
ugit
|
|
@ -1,13 +1,13 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# ugit: Undo your last git command without much effort. Powered by FZF
|
||||
# ugit: Undo git commands with ease. Powered by FZF
|
||||
|
||||
set -uo pipefail;
|
||||
|
||||
SCRIPT_NAME="$0"
|
||||
SCRIPT_URL="https://github.com/Bhupesh-V/ugit/releases/latest/download/ugit"
|
||||
TMP_FILE="/tmp/ugit.sh"
|
||||
VERSION="5.1"
|
||||
VERSION="5.2"
|
||||
|
||||
BOLD_ORG_FG=$(tput bold)$(tput setaf 208)
|
||||
BOLD=$(tput bold)
|
||||
|
|
|
|||
Loading…
Reference in a new issue