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

Image Carousel Thumbnail Slider with SwiperJS and ACF in WordPress

…you can check out on the SwiperJS site. https://gist.github.com/neilgee/4bdaad5361a89b0818ae79f6de8c2c9c#file-swiperinit-js Build the ACF Gallery Loop Looking at the SwiperJS mark up for html https://gist.github.com/neilgee/4bdaad5361a89b0818ae79f6de8c2c9c#file-swiper-html-html The ACF gallery field code can be…

Read More