Keep Github Original Repository and Forked Repo in Sync via the command line

syncing-git-hub-fork

…need to add that as an upstream remote… git remote add upstream https://github.com/theirname/the-repo.git Then run git remote -v origin git@github.com:yourname/the-repo.git (fetch) origin git@github.com:yourname/the-repo.git (push) upstream https://github.com/theirname/the-repo.git (fetch) upstream https://github.com/theirname/the-repo.git (push)…

Read More

Add Navigation Arrows in WooCommerce Product Gallery Slider

Woocomerce Navigation Arrows

…Neil Gowran Use below – other code in comments had curly tick marks wp_enqueue_style( ‘font-awesome-free’, ‘//use.fontawesome.com/releases/v5.6.1/css/all.css’ ); Neil Gowran try wp_enqueue_style( ‘font-awesome-free’, ‘//use.fontawesome.com/releases/v5.6.1/css/all.css’ ); Neil Gowran wp_enqueue_style( ‘font-awesome-free’, ‘//use.fontawesome.com/releases/v5.6.1/css/all.css’ );…

Read More