this repo has no description
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix commit.sh

+4 -1
+4 -1
commit.sh
··· 1 1 #!/usr/bin/env bash 2 2 3 - echo "\n\nGot new commit: $(date)\n---\n\n" 3 + echo " 4 + Got new commit: $(date) 5 + --- 6 + " 4 7 5 8 # pull latest version 6 9 echo "git fetch --all"