'Personal Remote with lots of older commits but keeping the organization remote with just a the new ones

So I used to commit to my own profile, but now we decided to create an Organization on GitHub, so I just ran git remote add ...., did some changes on one of the new branches and pushed, but I wanted to push just those new commits that i've worked on the new branch, but now I just pushed 100 commits to that new remote.

My question is: Is there a way so i can push only new commits to a new remote so it stays "fresh"?

Tried git push <latest commit SHA1 until you want commits to be pushed>, but the old remote branch and the new remote branch don't have commits in common.

Is there a way to this? Or it's just the way it is?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source