An open API service indexing awesome lists of open source software.

https://github.com/exizt/git-auto-pull-shell

변경사항이 있는지 확인하고 git pull 받는 bash shell 스크립트.
https://github.com/exizt/git-auto-pull-shell

bash

Last synced: 11 months ago
JSON representation

변경사항이 있는지 확인하고 git pull 받는 bash shell 스크립트.

Awesome Lists containing this project

README

          

# git-auto-pull
변경사항이 있는지 확인하고 git pull 받는 bash shell 스크립트.

## 사용법
`fetch.sh`을 그대로 이용하거나, crontab에 등록하셔서 사용하시면 됩니다.

감지하는 부분만 function으로 구성했습니다.