Git Summary and Workflow
There were some previous tutorials on how to do specific things using GIT. In this tutorials, we give a summary of a typical workflow on how two person can collaborate on a project. And it will...
read moreHow to Install the Genesis Framework on WordPress
In this tutorial, we will show you how to install the Genesis Theme Framework (version 2.1.2) on WordPress. We assume that you have purchased and downloaded the Genesis framework already. It...
read moreHow to Extract Zip Files on Webhost
We’ve uploaded a wordpress zip file to our webhost who is using cPanel. We will show you how to extract this zip file on our webhost. Zip file provides an easy way to transfer files up to the...
read moreHow to create a database using MySQL DB Wizard
In this tutorial, we will create an MySQL database on our webhost for use by WordPress. Our webhost has cPanel, so we would … 1. Log into cPanel of the webhost, and go to “Hosting...
read moreHow to Install WordPress on Webhost
In this tutorial we will be installing WordPress on our webhost. 1. Download the zip file of the latest version (in our case it is 4.1) from https://wordpress.org/ 2. Upload the zip file to...
read moreHow to Buy a Domain From Your Webhost
In this tutorial, we will show you how to purchase a domain name via our webhost which is Hostmonster.com who is using cPanel hosting management software, which many webhosts are using. However,...
read moreHow to use git clean
The “git clean” command deletes untracked files from your git project. It actually destroys the file from the working directory and you will not be able to recover them from the...
read moreReverting Back Changes in Git
In this tutorial, we will show you how to revert back changes with Git, including … discarding changes made in your working directory unstaging changes made in the staging index amending a...
read moreWhy the Double Dash in Git Checkout?
You may be wondering why there is a double dash in the use of the git checkout command as in … git checkout — index.html when you want to revert back a change to index.html file in your...
read moreAll contents are opinions and are copyrighted and may contain display ads and ad links for which site may receive revenues from.
See Terms of Use and Privacy Policy.