aman Asked: 20-06-22 How can discard old commits? 0 use this command to discard old commits in githubgit reset --soft origin/branchName Share Facebook
aman Asked: 18-06-22 how can i remove file from all folders using comand in php 0 Delete file from all folders Using php<?phpshell_exec('find /public_html/ . -name "fileNAme" -delete');?> Share Facebook
aman Asked: 18-06-22 How can i execute command in terminal using php 0 <?phpshell_exec(' $command ');?> Share Facebook