Wednesday, 15 September 2021

git conflict issues

 


git merge issues resolved this 

git reset --hard HEAD

git fetch origin 

git reset --hard origin

issue is confilct beween smae page commit so

i forcefully deleted my code and taken from master

using above commnds git conflict 

git profile create


git








No comments:

Post a Comment

7 Common mistakes in Dot Net — You can avoid

  There are many common mistakes made during .NET (ASP.NET, .NET Core) development, which affect performance, security, and code… Code Crack...