Example, I have this following command in a php file:
<?php
$imprimir = shell_exec("cd /home/afonso/Documentos/teste; git add arquivo.txt; git commit -m 'testando'; git push -u origin master");
So far everything works fine, except that he asks me to put the Bitbucket password in the terminal and I want to "recover" that part, that is, instead of typing the password in the terminal I want it to enter the password in a screen on the php page.