Initial commit
Dieser Commit ist enthalten in:
24
scripts/fix_remote_organization.bat
Normale Datei
24
scripts/fix_remote_organization.bat
Normale Datei
@ -0,0 +1,24 @@
|
||||
@echo off
|
||||
echo Fixing Git Remote for IntelSight Organization
|
||||
echo =============================================
|
||||
echo.
|
||||
|
||||
echo Current remote:
|
||||
git remote -v
|
||||
echo.
|
||||
|
||||
echo Removing old remote...
|
||||
git remote remove origin
|
||||
|
||||
echo Adding new remote for IntelSight organization...
|
||||
git remote add origin https://gitea-undso.intelsight.de/IntelSight/website-main.git
|
||||
|
||||
echo.
|
||||
echo New remote:
|
||||
git remote -v
|
||||
echo.
|
||||
|
||||
echo Now push to the new remote:
|
||||
echo git push -u origin master
|
||||
echo.
|
||||
pause
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren