Friday, 23 January 2015

Know git clone URL

To know the GIT clone URL from your repo

git remote -v

No comments:

Post a Comment

PHP Codesniffer - Ignore warning errors

 Use below command to ignore warnings while generating report. phpcs -n /path_to_directory/ The above command will result only errors and ig...