I did
git add -A .
then
git commit -m "message"
and then
git push origin master
then it gaves some error and said "git pull.. etc"
i did
git pull origin master
it gaves error about "merge conflict"
and then i did
git push origin master
but now i check my files i see in some of my files there are some codes
How can i correct my files. Should i remove that codes manually ? Or is there any automatic method ?
Thanks for all