I have a Java program and I created one repo locally and pushed it to GitHub repo.
Then my friend has git and he cloned or downloaded these files from GitHub from same account of mine.
Now because of some issue, I was not able to push to GitHub. So I deleted .git
file in my project and uninstalled git from my system and again installed it.
Again created my new repo in GitHub and again pushed it.
Now my friend did some changes in the program and committed it and pushed it to the old repo.
Now I want to merge his repo with my new repo.
Since all the files are the same, just some code has changed, so how to do it?