diff --git a/scripts/git_pull_all b/scripts/git_pull_all index ccfb539..00b5b34 100755 --- a/scripts/git_pull_all +++ b/scripts/git_pull_all @@ -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