Guest User

Untitled

a guest
Jul 16th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/sh
  2. #
  3. # An example hook script that is called after a successful
  4. # commit is made.
  5. #
  6. # To enable this hook, rename this file to "post-commit".
  7.  
  8. git bundle create ~/Dropbox/patches/last5Days --since=5.days master
Add Comment
Please, Sign In to add comment