I have a Git repository with multiple users. When they push, is it possible for me to read arguments from the client command line? For example, username and password?
I tried read
in my bash script, but it does not work. I cannot access STDIN
.
How can I read something from the client command line in a Git hook (update)?