Git: Prepare a repository for your project
Follow these steps to manage your project using GIT: 1. create an empty folder: $ mkdir menospior.com && cd menospior.com 2. Create an empty repository: $ git init Initialized empty Git repository in /home/httpd/domains/menospior.com/.git/ 3. Create a standard .gitignore file: $… Continue reading
Deprecated: printf(): Passing null to parameter #1 ($format) of type string is deprecated in /var/www/vhosts/blog.portnumber53.com/html/wp-content/themes/mantra/includes/theme-comments.php on line 86