How to Resolve Merge CONFLICT in Git

Dear Readers, In this article,we will see How to Resolve Merge CONFLICT in Git. Implementation Steps Create a new file “ktexperts-1” and put some content. Add and commit the file “ktexperts-1”. Switch to branch “Ktexperts-New-Branch”. Create a new file with same name “ktexperts-1”. Add and commit… Read More

Git Workflow (Pushing and Pulling) (PART-2)

Git Workflow (Pushing and Pulling) (PART-2) In this article,we will see Push Commits from Central Repository add content to the file then push to Central Repository. Implementation Steps Create a new directory and Initialize as Git Local Repository. Connect your Local Repository to Central Repository (GitHub). Pull Commits… Read More