- Se agrega en B4XMainPage el comando para un PULL Forzado.

- Se agrega el script _sync_project.ps1 para el pull forzado.
This commit is contained in:
2026-02-25 22:02:04 -06:00
parent 622efa501c
commit b4457da9cc
3 changed files with 65 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ Version=9.85
'###################### PULL #############################################################
'Ctrl + click ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=git&Args=pull
'###########################################################################################################
'###################### PULL FORZADO #############################################################
'Ctrl + click Respaldar y Pull: ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=start&Args=powershell.exe&Args=-ExecutionPolicy&Args=Bypass&Args=-File&Args=..\..\_sync_project.ps1
'###########################################################################################################
'###################### PUSH #############################################################
'Ctrl + click ide://run?file=%WINDIR%\System32\WindowsPowerShell\v1.0\powershell.exe&Args=github&Args=..\..\
'###########################################################################################################