Skip to content

Commit

Permalink
auto commit at ostime(639746) via gitPusher
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezharjan committed Dec 15, 2023
1 parent c59461e commit e535641
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1,203 deletions.
2 changes: 1 addition & 1 deletion gitPusher.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ end
local commitInfo = '\"auto commit at ostime(' .. string.sub(tostring(os.time()),5) .. ') via gitPusher\"'
local addCmd = 'git add .'
local commitCmd = 'git commit -m ' .. commitInfo
local pushCmd = 'git push -u origin master'
local pushCmd = 'git push -u origin main'
local pullCmd = 'git pull'

tryTillSucceed(pullCmd)
Expand Down
Loading

0 comments on commit e535641

Please sign in to comment.