Git Pull usando PHP

exec("git pull https://user:[email protected]/user/repo.git master");
Panicky Panther