इंटरमीडिएट Git
George Boorman
Curriculum Manager, DataCamp
कॉन्फ्लिक्ट
दो ब्रांचों में एक ही फाइल एडिट करें
मर्ज करने की कोशिश करें
Git नहीं जानता कौन-सा वर्ज़न रखें
कॉन्फ्लिक्ट!
documentation ब्रांच# Contents and usage
This repo contains source code
for the DataCamp website.
It also contains source code for an
AI-Assistant (recommendation system)
that takes prompts from learners and
returns suggested content
that they might be interested in.
It is for internal use only,
external access is prohibited.
main ब्रांच# Contents and usage
This repo contains source code
for the DataCamp website.
It is for internal use only,
external access is prohibited.
main ब्रांच सेgit merge documentation
Auto-merging README.md
CONFLICT (add/add): Merge conflict in README.md
Automatic merge failed; fix conflicts and then commit the result.
nano README.md



Ctrl + O (ना कि Ctrl + 0), फिर EnterCtrl + Xgit add README.md
git commit -m "Resolving README.md conflict"
git merge documentation
Already up to date.
इंटरमीडिएट Git