bash: git_pull_all print pwd
Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
parent
33d9422a59
commit
d52be339b6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue