Alias 'f' to git fetch

This commit is contained in:
Yax
2026-01-21 09:11:32 +01:00
parent b3866294bc
commit 7abac0e4e9
+3 -1
View File
@@ -73,12 +73,14 @@ chpwd() {
if [ -z "$(git rev-parse --show-prefix)" ]; then
echo "Fetching latest changes from remote..."
git fetch --quiet
git fetch
fi
fi
}
alias f='git fetch'
# ---------------------------------------------------------------------------
# Editor
# ---------------------------------------------------------------------------