commit b8c04223dc2762f292beb1f0ff12c1300c61acc7 parent 1f1124c251194d87f32d15d1273b1e7bfcfb9614 Author: Dylan Araps <dylan.araps@gmail.com> Date: Wed, 2 Oct 2019 20:46:35 +0300 kiss: swap to git fetch/merge for updates Diffstat:
M | kiss | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kiss b/kiss @@ -766,7 +766,8 @@ pkg_updates() { log "$PWD" "Updating repository" if [ -w "$PWD" ]; then - git pull + git fetch + git merge else log "$PWD" "Need root to update" sudo git pull