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 스크립트.
- Host: GitHub
- URL: https://github.com/exizt/git-auto-pull-shell
- Owner: exizt
- Created: 2023-10-26T20:54:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-26T21:03:58.000Z (about 2 years ago)
- Last Synced: 2025-01-06T04:28:06.849Z (about 1 year ago)
- Topics: bash
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# git-auto-pull
변경사항이 있는지 확인하고 git pull 받는 bash shell 스크립트.
## 사용법
`fetch.sh`을 그대로 이용하거나, crontab에 등록하셔서 사용하시면 됩니다.
감지하는 부분만 function으로 구성했습니다.