Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 425 Bytes

File metadata and controls

11 lines (7 loc) · 425 Bytes

auto_git_bash

Synchronize local server (linux) with your repository on github

With the code you can synchronize every x seconds the local server with the chosen repository

nohup .\auto_git.bash

  • Change user, token and repo in auto_git.bash
  • nohup is for the code to continue running even when closing the terminal

the token you must create in settings > Developer settings > Tokens (classic) > Generate new token