You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
972 B
972 B
प्रति प्रश्न एक उत्तर की जाँच करके इस प्रश्नोत्तरी को पूरा करें.
- समीक्षाओं, टिप्पणियों, एकीकृत परीक्षणों और अधिक के साथ एक शाखा पर पेश किए गए मतभेदों की तुलना और चर्चा करने का स्थान है:
- GitHub
- A Pull Request(एक निवेदन)
- A feature branch(एक सुविधा शाखा)
- आपको दूरस्थ शाखा से सभी कमिटस कैसे मिलेंगे?
git fetch
git pull
git commits -r
- आप किसी शाखा में कैसे जाते हैं?
git switch [branch-name]
git checkout [branch-name]
git load [branch-name]