The parameters for FullName and Email are read from the .gitconfig file of the user. The issue I have seen is that Plaster looks under %userprofile% but sometimes these files are stored elsewhere because git looks at %homedrive% and %homepath%.
Because it's possible to store the previous values entered, this is a very minor issue. However, you may want to change how plaster looks for users' git files.
The parameters for
FullNameandEmailare read from the.gitconfigfile of the user. The issue I have seen is that Plaster looks under%userprofile%but sometimes these files are stored elsewhere because git looks at%homedrive%and%homepath%.Because it's possible to store the previous values entered, this is a very minor issue. However, you may want to change how plaster looks for users' git files.