Move Test Branch To Dev #3

Merged
me merged 1 commits from test-then-move-to-dev into dev 2025-03-06 07:51:52 -07:00
Showing only changes of commit c796d62fc3 - Show all commits

View File

@ -499,10 +499,11 @@
nodejs-website nodejs-website
android-break-the-habit android-break-the-habit
android-tictactoe android-tictactoe
android-expense-tracker
android-example-database-room
android-carb-up android-carb-up
ebook-health-protocol ebook-health-protocol
flutter-expense-tracker
flutter-social-traveler-app
nodejs-social-traveler-server
EOF EOF
} }
function code-reseed { function code-reseed {
@ -513,8 +514,12 @@
git_main_project={{ git_project }} git_main_project={{ git_project }}
git_repo_ssh_basename=${git_repo_ssh//$git_main_project/} git_repo_ssh_basename=${git_repo_ssh//$git_main_project/}
git_projects_to_sync | while read git_project; do git_projects_to_sync | while read git_project; do
dest="$git_project"
if [[ "$dest" == "flutter-*" ]]; then
dest="${dest//-/_}"
fi
git clone ${git_repo_ssh_basename}${git_project} \ git clone ${git_repo_ssh_basename}${git_project} \
--branch dev ~/Code/$git_project --branch dev ~/Code/$dest
done done
} }
function_clean_filenames: | function_clean_filenames: |