I have added a global git commit.template at the terminal within Rstudio on my windows machine. Rstudio 1.14.103, R 4.0.5
git config --global commit.template ~/gitmessage.txt
I was hoping to see the template appear in the commit message text field under the git tab in Rstudio. Is this feature not implemented in Rstudio?
thanks