diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-12 01:22:58 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-01-12 01:22:58 +0900 |
| commit | 9ad9b162caa00c512ca503140b3ed8fcef0b9510 (patch) | |
| tree | c7b0f00a6e72f3abd918d343db11ad5ee3de0910 /ar | |
| parent | b99619c2d4af2f9a4c37997a155783e784000c67 (diff) | |
modified bin/gitupdate
Diffstat (limited to 'ar')
| -rwxr-xr-x | ar/.local/bin/gitupdate | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ar/.local/bin/gitupdate b/ar/.local/bin/gitupdate index 87c13c3..3dabf34 100755 --- a/ar/.local/bin/gitupdate +++ b/ar/.local/bin/gitupdate @@ -2,8 +2,6 @@ set -eu -pidof transmission-daemon >/dev/null && echo "Turn off transmission-daemon first!" && exit 1 - # Check if inside a Git repository ! git rev-parse --is-inside-work-tree >/dev/null 2>&1 && echo "Not a git repository." && exit 1 |
