Added (Check Duplicates Before Adding New User)

master
Abanoub Hany 2024-07-02 16:11:54 +03:00
parent 362df10602
commit c4ee890e95
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ if [ ! -d "$TARGET_DIR" ]; then
else
echo "Directory $TARGET_DIR already exists. Stashing local changes and pulling the latest changes."
cd $TARGET_DIR
git config --global --add safe.directory $TARGET_DIR
git stash
git pull
fi