
gitwatch
List of commands for gitwatch:
-
gitwatch:tldr:316ba gitwatch: Automatically commit any changes made to a file or directory.$ gitwatch ${filename_or_directory}try on your machineexplain this command
-
gitwatch:tldr:43581 gitwatch: Automatically commit changes and push them to a remote repository.$ gitwatch -r ${remote_name} ${filename_or_directory}try on your machineexplain this command
-
gitwatch:tldr:f9ba0 gitwatch: Automatically commit changes and push them to a specific branch of a remote repository.$ gitwatch -r ${remote_name} -b ${branch_name} ${filename_or_directory}try on your machineexplain this command