मैं xilinx विकी में वर्णित git का उपयोग करके मास्टर-अगली शाखा से स्रोत कोड डाउनलोड करना चाहता हूं ।
मैंने यह कोशिश की:
#git clone git://github.com/Xilinx/u-boot-xlnx/tree/master-next.git
Initialized empty Git repository in /home/Hannan/master-next/.git/
fatal: remote error:
Xilinx/u-boot-xlnx/tree/master-next is not a valid repository name
Email support@github.com for help
यहां तक कि यह विफल रहा:
# git clone git://github.com/Xilinx/tree/master-next/u-boot-xlnx.git
Initialized empty Git repository in /home/Hannan/u-boot-xlnx/.git/
fatal: remote error:
Xilinx/tree/master-next/u-boot-xlnx is not a valid repository name
Email support@github.com for help
जो कमांड काम करता है:
git clone git://github.com/Xilinx/u-boot-xlnx.git
लेकिन मुझे कैसे पता चलेगा कि यह वास्तव में मास्टर-अगली शाखा को प्राप्त करेगा और मास्टर शाखा को नहीं ? मैं सही तरीके से गिट का उपयोग करके एक विशिष्ट शाखा कैसे प्राप्त करूं?
मैं RHT 6 का उपयोग कर रहा हूँ, PuTTY के माध्यम से पहुँचा।