We recently changed the location of a repository, and we discovered a months-old commit is missing from the files. The old server we had the Git on is down, so there is no c
Remove the .git directory from application directory. Create the new one using "git init" inside your application root directory and continue with
"git init"
"git add ." "git commit -m your comment" "git push origin master"
Hope this will work!!!