A while ago I was working on a site where I have to change the WooCommerce Password Hint label. Its so common request for user So I thought to share…
Category: Snippets
Instagram is a famous social network where people upload their daily routine photos. Getting the Instagram follower’s count is one of the easy. You can get the counts without creating…
1. Clone your fork:
1 |
git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git |
2. Add remote from an original repository in your forked repository:
1 2 3 |
cd your/cloned/fork-repo git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git git fetch upstream |
3. Updating your fork from original repo to keep up with their changes:…