Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

post-commit

How do I make Subversion (SVN) send email on checkins?

April 29, 2023 by Tarik

You use the post-commit hooks. Here’s a sample Ruby script that sends an email after each commit: commit-email.rb

Categories svn Tags hook, post-commit, post-commit-hook, svn Leave a comment

Post Commit Hook Not Running

April 17, 2023 by Tarik

I’ll leave this here as an answer because I stumbled upon my own answer for when my post-commit hook wasn’t running: chmod +x .git/hooks/post-commit Probably applies to any kind of hook. In fact, probably applies to any kind of script.

Categories git Tags bash, git, githooks, github, post-commit Leave a comment

Editing the git commit message in GitHub

October 14, 2022 by Tarik

GitHub’s instructions for doing this: On the command line, navigate to the repository that contains the commit you want to amend. Type git commit –amend and press Enter. In your text editor, edit the commit message and save the commit. Use the git push –force origin example-branch command to force push over the old commit. … Read more

Categories git Tags commit, git, github, post-commit Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa