Day 22: Git Zero To Hero ๐
Git Conflict
When u try to make same changes in a file with 2 different branches is known as Git Conflict as the name suggests there is some conflict ๐.
Let's say we have created 2 different branches b1 and b2 from master branch.
git checkout -b b1
...
umangpincha.hashnode.dev2 min read