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

Commit

Permalink
[GitSync ] SOBRE: GitSync e uma ferramenta cujo intuito e 'sincroniza…
Browse files Browse the repository at this point in the history
…r' 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.
  • Loading branch information
PatoFlamejanteTV committed Aug 25, 2024
1 parent 2c66ef5 commit cb6da56
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gitsync.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand All @@ -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

0 comments on commit cb6da56

Please sign in to comment.