git clone [email protected]: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
| var xt = "", h3OK = 1; | |
| function checkErrorXML(x) { | |
| xt = ""; | |
| h3OK = 1; | |
| checkXML(x); | |
| } | |
| function checkXML(n) { | |
| var l, i, nam; | |
| nam = n.nodeName; |
| *Do you want to request a **feature** or report a **bug**?* | |
| *What is the current behavior?* | |
| *If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.* | |
| *What is the expected behavior?* | |
| *Which browser / OS are affected by this issue? What is the version?* |
git clone [email protected]: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
| // Go to menu: | |
| // find->find in files | |
| // Switch on reg_ex button [.*] | |
| // Find: | |
| ^(.*)$ | |
| // Where: | |
| c:\your_folder\,*.php,*.phtml,*.js,*.inc,*.html, -*/folder_to_exclude/* | |
| // Then click on the find button | |
| // Be careful to not click on Replace!!! |