Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Commit AUTOMÁTICO feito pelo GitSync [Ferramenta por: PatoFlamejanteTV]
Browse files Browse the repository at this point in the history
SOBRE: GitSyn é uma ferramenta criada por mim, que permite enviar e receber alterações de um repositório não-local\n**INFORMAÇÕES: **Delay: 15
  • Loading branch information
PatoFlamejanteTV committed Aug 24, 2024
1 parent 0710e2c commit 62713a1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions gitsync.bat
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
:: GitSync, by PatoFlamejanteTV
:: ----------------------------

:: MOTIVO DA MUDANÇA DO DELAY: MINHA REDE ELÉTRICA ESTÁ INSTAVEL E MINHA INTERNET TAMBEM - ESSA MUDANÇA É TEMPORARIA
@echo off

set delay=5
set delay=15
set commitmsg=Commit AUTOMÁTICO feito pelo GitSync [Ferramenta por: PatoFlamejanteTV]
set descmsg=SOBRE: GitSyn é uma ferramenta criada por mim, que permite enviar e receber alterações de um repositório não-local\n**INFORMAÇÕES: **Delay: %delay%

TITLE CMSG: %commitmsg% DELAY: %delay%
echo GitSync current configs:
echo.
echo DELAY: %delay%
echo commitmsg: %commitmsg%

echo ------------------------

:sync
git pull
git add *
git push
git commit -m "%commitmsg%"
git commit -m "%commitmsg%" -m "%descmsg%"
timeout %delay%
cls
goto sync

0 comments on commit 62713a1

Please sign in to comment.