From cb6da566eac20d45bbd2939e8faaf83fb638ce06 Mon Sep 17 00:00:00 2001 From: PatoFlamejanteTV Date: Sun, 25 Aug 2024 17:06:04 -0300 Subject: [PATCH] [GitSync ] SOBRE: GitSync e uma ferramenta cujo intuito e 'sincronizar' coisas de um repositorio nao-local para meu computador (e vice-versa). SOBRE: GitSync e uma ferramenta cujo intuito e 'sincronizar' coisas de um repositorio nao-local para meu computador (e vice-versa). GitSync Info: Version 0.0.7 , DATE (24H): 17:06. --- gitsync.bat | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitsync.bat b/gitsync.bat index 841d1f2..e74367f 100644 --- a/gitsync.bat +++ b/gitsync.bat @@ -7,7 +7,6 @@ set gs=0.0.7 set delay=7 -set commitmsg=Commit AUTOMATICO feito pelo GitSync [Ferramenta por: PatoFlamejanteTV] set gsabout=SOBRE: GitSync e uma ferramenta cujo intuito e 'sincronizar' coisas de um repositorio nao-local para meu computador (e vice-versa). set info=%gsabout% GitSync Info: Version %gs% @@ -25,7 +24,7 @@ For /f "tokens=1-2 delims=/:" %%a in ("%TIME%") do (set mytime=%%a:%%b) git pull git add * git push -git commit -m "[GitSync %VERSION%] %commitmsg%" -m "%info%, DATE (24H): %mytime%." +git commit -m "[GitSync %VERSION%] %gsabout%" -m "%info%, DATE (24H): %mytime%." timeout %delay% cls goto sync \ No newline at end of file