50 Days learning challenge

Everyone needs to be successful but not all work towards it until it becomes a challenge. So we have initiated a 50 days challenge in featurepreneur. The challenge is to learn every day for a minimum…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Sync a Fork from Upstream Repo in GitHub!

Upstream repository is the Parent/Original repository from where you forked your repository.

A fork is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project.

We will be see how we can sync and merge the Upstream repository changes in our own forked repository?

When a repository is cloned, it has a default remote called Origin that points to your fork on GitHub, not the original repository it was forked from.
To keep track of the original repository, you need to add another remote named

You can verify it by below command

To sync the forked repository with the upstream repository follow below steps

2. Check out your fork’s local master branch.

3. Merge the changes from upstream/master into your local master branch.

Add a comment

Related posts:

Logo detection using YOLOv2

This article is for anyone who wants to use Deep Learning for Logo Detection and/or would like to know how YOLOv2 works.

The Most Underrated Form Of Exercise You Can Do

Gardening might not be the first thing that comes to mind when you mention exercise. However, that’s exactly what it is. You lift soil, you toil and sweat, you dig and move around your yard. There…

The Complete Invoicing Guide for Freelancers and SMBs

Invoicing may sound complicated or tedious, but it is fundamental in your business activity, whether you are a freelancer or a small business owner. If you don’t want to hire a bookkeeper or…