I am using GitHub repository for my project.The GUI I am utilizing is SmartGit and I would have a script that,before committing and pull it on the remote rep,verify with aspell if its orthograpically correct.By now I have to do every time
aspell --mode=tex --lang=it check Namefile.tex
Is there a way to automatize this?
Thank you