bash: git_pull_all print pwd

Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
Michael Grote 2024-06-10 08:15:40 +02:00
parent 6e735b20a6
commit d1dd9e8407

View file

@ -16,6 +16,7 @@ function update {
cd "$d" || exit > /dev/null
if [ -d ".git" ]; then
echo -e "\n${HIGHLIGHT}Updating pwd$NORMAL"
echo $PWD
git add .
git stash
git pull