updated git.sh

pull/2/head
Hari Sekhon 4 years ago
parent b1628d95df
commit 6faa52fee2

@ -468,7 +468,7 @@ gitu(){
fi
# shellcheck disable=SC2086
git diff $targets &&
read -r &&
read -r -p "Hit enter to commit or Control-C to cancel" &&
git add $targets &&
echo "committing $targets" &&
git commit -m "updated $targets" $targets

Loading…
Cancel
Save