Skip to content

Instantly share code, notes, and snippets.

@xuhdev
Last active October 25, 2017 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xuhdev/418f4228d0f7ad8c2ec76de36cd16941 to your computer and use it in GitHub Desktop.
Save xuhdev/418f4228d0f7ad8c2ec76de36cd16941 to your computer and use it in GitHub Desktop.
Auto push to overleaf
watchmedo shell-command \
--patterns='*.pdf' \
--ignore-directories \
--recursive \
--command 'git commit -a -m "U" && git push'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment