Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
CptFox16166yPro tip:
- Drop the .git folder into your ungitted fork
- ???
- Profit
You might want to simply checkout the commit from which you stated the fork on the original repo, create your branch and copy all the files from the fork, commit them, and then you'll at least have the git tools to help you with the merge.
And if you started from scratch ? Well you done goofed, but it's still worth a try, who knows -
I didn’t fork it, I created a new empty project. Thankfully it’s not a big feature, I’ve done it manually.
-
@endor I was not intending to fork, I thought if I make a new empty project it would be faster haha
Related Rants
I am fucking dumb, why I've created an empty project to implement the new feature instead of making a fucking local branch. Now I need to merge this shit manually. fuck fuck fuck
rant
shit
git
merge