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 committed by Michael Grote
parent 33d9422a59
commit d52be339b6

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