The Wolfe Pack

I38

stormdragon2976 pushed changes to the master branch of the I38 project More work on the help display.

re: I38

@pax There is a script that is a git hook. It uses the command line app toot to post.

https://git.stormux.org/storm/git-hooks

re: I38

@pax Install toot, login, then place the script into the project directory in .git/hooks/pre-push

replies
1
announces
0
likes
0

re: I38

@pax No, toot is what actually communicates with the server. Also, you do not push the hook as part of your project.

re: I38

@pax Just put the script in the .git/hooks/ part of your project’s directory. It will run when you push the code. It goes on your computer, where you do the coding, not the server.