git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
| <cfparam name="attributes.type" default="html"> | |
| <cfswitch expression="#thisTag.ExecutionMode#"> | |
| <cfcase value="start"> | |
| </cfcase> | |
| <cfdefaultcase> | |
| <!--- *************************************************** ---> | |
| <!--- Basic Errors ---> | |
| <!--- *************************************************** ---> |