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
| <?php | |
| /** | |
| * Formality hooks reference | |
| * | |
| * @link https://formality.dev | |
| * @since 1.1 | |
| * @package Formality | |
| * @author Michele Giorgi <hi@giorgi.io> | |
| */ |
| <script> | |
| /* | |
| See the full details here: | |
| http://www.snipe.net/2012/02/jquery-mobile-add-remove-fields-dynamically/ | |
| Based on the great post by Charlie Griefer, available here: | |
| http://charlie.griefer.com/blog/2009/09/17/jquery-dynamically-adding-form-elements/ | |
| */ |