update github.com-yoeunes

This commit is contained in:
KHOUBZA Younes
2021-08-22 01:29:50 +01:00
parent 179b7bf620
commit 951b73f949
2 changed files with 52 additions and 18 deletions
+18 -18
View File
@@ -19,29 +19,29 @@ function remote()
git pull origin $CURRENT_BRANCH
remote flasher git@github.com:php-flasher/flasher.git
remote laravel git@github.com:php-flasher/flasher-laravel.git
remote symfony git@github.com:php-flasher/flasher-symfony.git
remote flasher git@github.com-yoeunes:php-flasher/flasher.git
remote laravel git@github.com-yoeunes:php-flasher/flasher-laravel.git
remote symfony git@github.com-yoeunes:php-flasher/flasher-symfony.git
remote toastr git@github.com:php-flasher/flasher-toastr.git
remote toastr-laravel git@github.com:php-flasher/flasher-toastr-laravel.git
remote toastr-symfony git@github.com:php-flasher/flasher-toastr-symfony.git
remote toastr git@github.com-yoeunes:php-flasher/flasher-toastr.git
remote toastr-laravel git@github.com-yoeunes:php-flasher/flasher-toastr-laravel.git
remote toastr-symfony git@github.com-yoeunes:php-flasher/flasher-toastr-symfony.git
remote notyf git@github.com:php-flasher/flasher-notyf.git
remote notyf-laravel git@github.com:php-flasher/flasher-notyf-laravel.git
remote notyf-symfony git@github.com:php-flasher/flasher-notyf-symfony.git
remote notyf git@github.com-yoeunes:php-flasher/flasher-notyf.git
remote notyf-laravel git@github.com-yoeunes:php-flasher/flasher-notyf-laravel.git
remote notyf-symfony git@github.com-yoeunes:php-flasher/flasher-notyf-symfony.git
remote sweet-alert git@github.com:php-flasher/flasher-sweet-alert.git
remote sweet-alert-laravel git@github.com:php-flasher/flasher-sweet-alert-laravel.git
remote sweet-alert-symfony git@github.com:php-flasher/flasher-sweet-alert-symfony.git
remote sweet-alert git@github.com-yoeunes:php-flasher/flasher-sweet-alert.git
remote sweet-alert-laravel git@github.com-yoeunes:php-flasher/flasher-sweet-alert-laravel.git
remote sweet-alert-symfony git@github.com-yoeunes:php-flasher/flasher-sweet-alert-symfony.git
remote pnotify git@github.com:php-flasher/flasher-pnotify.git
remote pnotify-laravel git@github.com:php-flasher/flasher-pnotify-laravel.git
remote pnotify-symfony git@github.com:php-flasher/flasher-pnotify-symfony.git
remote pnotify git@github.com-yoeunes:php-flasher/flasher-pnotify.git
remote pnotify-laravel git@github.com-yoeunes:php-flasher/flasher-pnotify-laravel.git
remote pnotify-symfony git@github.com-yoeunes:php-flasher/flasher-pnotify-symfony.git
remote noty git@github.com:php-flasher/flasher-noty.git
remote noty-laravel git@github.com:php-flasher/flasher-noty-laravel.git
remote noty-symfony git@github.com:php-flasher/flasher-noty-symfony.git
remote noty git@github.com-yoeunes:php-flasher/flasher-noty.git
remote noty-laravel git@github.com-yoeunes:php-flasher/flasher-noty-laravel.git
remote noty-symfony git@github.com-yoeunes:php-flasher/flasher-noty-symfony.git
split 'src/Prime' flasher
split 'src/Laravel' laravel
+34
View File
@@ -0,0 +1,34 @@
#!/usr/bin/env bash
set -e
set -x
function remote()
{
git remote set-url "$1" "$2" || true
}
remote flasher git@github.com-yoeunes:php-flasher/flasher.git
remote laravel git@github.com-yoeunes:php-flasher/flasher-laravel.git
remote symfony git@github.com-yoeunes:php-flasher/flasher-symfony.git
remote toastr git@github.com-yoeunes:php-flasher/flasher-toastr.git
remote toastr-laravel git@github.com-yoeunes:php-flasher/flasher-toastr-laravel.git
remote toastr-symfony git@github.com-yoeunes:php-flasher/flasher-toastr-symfony.git
remote notyf git@github.com-yoeunes:php-flasher/flasher-notyf.git
remote notyf-laravel git@github.com-yoeunes:php-flasher/flasher-notyf-laravel.git
remote notyf-symfony git@github.com-yoeunes:php-flasher/flasher-notyf-symfony.git
remote sweet-alert git@github.com-yoeunes:php-flasher/flasher-sweet-alert.git
remote sweet-alert-laravel git@github.com-yoeunes:php-flasher/flasher-sweet-alert-laravel.git
remote sweet-alert-symfony git@github.com-yoeunes:php-flasher/flasher-sweet-alert-symfony.git
remote pnotify git@github.com-yoeunes:php-flasher/flasher-pnotify.git
remote pnotify-laravel git@github.com-yoeunes:php-flasher/flasher-pnotify-laravel.git
remote pnotify-symfony git@github.com-yoeunes:php-flasher/flasher-pnotify-symfony.git
remote noty git@github.com-yoeunes:php-flasher/flasher-noty.git
remote noty-laravel git@github.com-yoeunes:php-flasher/flasher-noty-laravel.git
remote noty-symfony git@github.com-yoeunes:php-flasher/flasher-noty-symfony.git