Compare commits

..

13 Commits

Author SHA1 Message Date
f7b816bd48 Update after Init 2025-09-14 22:48:23 +02:00
fc18c30eaa Add Help Assistant 2025-09-02 16:49:11 +02:00
d71b435d31 Add init repo 2025-09-01 16:58:27 +02:00
a948550932 Add Tags Gadgets 2025-09-01 06:31:17 +02:00
7cc314e34c UpdateGadgetState() to Enable or Desable gadget from context 2025-08-30 20:33:25 +02:00
f4c8e58d55 !!!Renommage de %1 en %2 2025-08-30 17:01:17 +02:00
e78cad78f0 Corrected DoPush Echec message when is Ok 2025-08-30 08:31:48 +02:00
ac6de83e76 Update DoPush() to user remote and branch 2025-08-30 08:25:37 +02:00
03bdf767b5 Add First Push 2025-08-30 08:05:05 +02:00
339f4f5f40 Fils List Corrected and sorted 2025-08-29 22:11:55 +02:00
1464995bc8 Add Switch Branch in Commit 2025-08-29 17:46:58 +02:00
86512b2d5a Add Commit 2025-08-29 17:44:10 +02:00
d66e2a88a6 Add Local and Remote Branch 2025-08-29 17:08:18 +02:00
4 changed files with 1249 additions and 93 deletions

BIN
GitCompanion.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

BIN
GitCompanion.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

1336
main2.pb

File diff suppressed because it is too large Load Diff

View File

@@ -761,7 +761,7 @@ Procedure.i GetRemoteStatusInfo()
; Vérifier que Git est dispo et repo initialisé ; Vérifier que Git est dispo et repo initialisé
If Not main\info\isGit Or Not main\info\isInit If Not main\info\isGit Or Not main\info\isInit
main\remoteStatus\status = "Repo non initialisé" main\remoteStatus\status = "Repo non initialisé"
ProcedureReturn 0 ProcedureReturn #False
EndIf EndIf
; Récupérer la branche courante ; Récupérer la branche courante
@@ -2778,8 +2778,8 @@ OpenGUI()
; IDE Options = PureBasic 6.21 (Windows - x64) ; IDE Options = PureBasic 6.21 (Windows - x64)
; CursorPosition = 2467 ; CursorPosition = 537
; FirstLine = 2371 ; FirstLine = 537
; Folding = ----------- ; Folding = -----------
; Optimizer ; Optimizer
; EnableThread ; EnableThread