how to clone project from bitbucket using exec php script code example
Example: git pull using php
exec("git pull https://user:[email protected]/user/repo.git master");
exec("git pull https://user:[email protected]/user/repo.git master");