3
Example, I have this command following 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, only he asks me to put the Bitbucket password in the terminal and I want to "recover" that part, IE, instead of entering the password in the terminal I want him to enter the password on a screen by php page.