How to resolve conflict in git terminal? -
there conflict while merging 2 branches in git, how resolve conflict in terminal. in case can resolve problem in netbeans ide easily. cannot resolve problem in termial.
- edit files conflicts
git add
files fixed conflictsgit commit
finish merge
Comments
Post a Comment