Skip to content
forked from gitwatch/gitwatch

Watch a file or folder and automatically commit changes to a git repo easily.

License

Notifications You must be signed in to change notification settings

jphavoc/gitwatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitwatch

This is a fork of the original gitwatch script (https://github.com/gitwatch/gitwatch) which makes it executable under Mac OS. In order to use this script you have to install git, fswatch and greadlink.

Installation from source

$ git clone https://github.com/jphavoc/gitwatch.git
$ cd gitwatch
$ [sudo] install -b gitwatch.sh /usr/local/bin/gitwatch

Requirements

The requirements can be installed using the package manager brew:

  • brew install git
  • brew install fswatch
  • brew install greadlink

Remarks

Further information can be found on the original repository.

About

Watch a file or folder and automatically commit changes to a git repo easily.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%