git pull each time you enter a git repo directory using direnv

Just add the following line in the directory .envrc file:

(date && git pull) >> pull.log

The date and the pull stdout will be logged in pull.log file.

If you want to ask me a question or leave me a message add @bougui505 in your comment.