mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-05-05 04:39:07 -04:00
8 lines
160 B
Bash
Executable file
8 lines
160 B
Bash
Executable file
#!/bin/sh
|
|
#
|
|
# An example hook script that is called after a successful
|
|
# commit is made.
|
|
#
|
|
# To enable this hook, rename this file to "post-commit".
|
|
|
|
: Nothing
|