Rectifications Ratio.xlsm
This commit is contained in:
Binary file not shown.
BIN
Excel/prod/Ratio_prod_2025_05_30.xlsm
Normal file
BIN
Excel/prod/Ratio_prod_2025_05_30.xlsm
Normal file
Binary file not shown.
@@ -1,26 +0,0 @@
|
|||||||
@echo off
|
|
||||||
:: Script Git automatique pour Ratio_Inventaires
|
|
||||||
|
|
||||||
cd /d %~dp0
|
|
||||||
|
|
||||||
:: Affiche l’état
|
|
||||||
git status
|
|
||||||
|
|
||||||
:: Supprime les fichiers supprimés (au cas où)
|
|
||||||
git add -u
|
|
||||||
|
|
||||||
:: Ajoute uniquement les fichiers non ignorés (hors Excel/dev)
|
|
||||||
git add --all -- :!Excel/dev/*
|
|
||||||
|
|
||||||
:: Message de commit avec date et heure
|
|
||||||
set hh=%time:~0,2%
|
|
||||||
if "%hh:~0,1%"==" " set hh=0%hh:~1%
|
|
||||||
set commitmsg=Maj auto %date% %hh%%time:~3,2%
|
|
||||||
git commit -m "%commitmsg%"
|
|
||||||
|
|
||||||
:: Push vers origin master
|
|
||||||
git push origin master
|
|
||||||
|
|
||||||
echo.
|
|
||||||
echo ===== PUSH TERMINE =====
|
|
||||||
pause
|
|
||||||
Reference in New Issue
Block a user