I’m having a git branch without the actual master code – the branch started from master code but i’ve deleted a lot of code in the branch due to needed time for debugging and so on, so the branch is now only new features.
How can i add the new features to the main branch? If i try to merge most of the code from the actual main is missing.
Do i have to do it manually now?
Now i’m clear about my mistake – that i shouldn’t delete the things i don’t need now, but actually thats to late…
thanks
Manuel