├── .gitignore ├── LICENSE ├── README.md ├── git-auto-pull.js └── package.json /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Keenpoint/git-auto-pull/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Keenpoint/git-auto-pull/HEAD/README.md -------------------------------------------------------------------------------- /git-auto-pull.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Keenpoint/git-auto-pull/HEAD/git-auto-pull.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Keenpoint/git-auto-pull/HEAD/package.json --------------------------------------------------------------------------------