目前我有3台ubuntu机器:
server1:作为服务器运行,它有一个名为provider.sh
的脚本server2:client,它将调用server1中的provider.sh
server3:client,它将调用server1中的provider.sh
server2和server3都可以ssh到server1。
他们将通过调用git checkout branchA
git merge origin/master // resolve conflicts here
git commit
git push
嗯,对于某些问题, server1 希望记录谁, 时调用其脚本provider.sh。
是否可以在不安装任何其他审核日志工具的情况下使用shell来实现它?