how to clone ??
-
That would depend. What are you trying to clone? If you're trying to clone a system drive, that might be best under System Admin. If you're looking for a tool to help with that, questions like that pop up in the lounge from time to time. If you're trying to clone a sheep, then you're in the wrong place, entirely :)
"A little song, a little dance, a little seltzer down your pants" Chuckles the clown
-
normally the zip file from github should be complete (contains all the files), no need to get individual files from github. ( I assume the zip is created on the fly from the latest source code ) when you select the Clone option, you'll get a link that you can use with "git clone" for example, I was looking at this earlier : [GitHub - KRM7/small_unique_ptr: A unique_ptr implementation with small object optimization](https://github.com/KRM7/small\_unique\_ptr) The Clone option gives me this link that I can use to "git clone" : https://github.com/KRM7/small\_unique\_ptr.git
CI/CD = Continuous Impediment/Continuous Despair
-
That would depend. What are you trying to clone? If you're trying to clone a system drive, that might be best under System Admin. If you're looking for a tool to help with that, questions like that pop up in the lounge from time to time. If you're trying to clone a sheep, then you're in the wrong place, entirely :)
"A little song, a little dance, a little seltzer down your pants" Chuckles the clown
I am trying for an a.., in need few more, not sure if my choice of word is OK... Seriously - I have a link to github and like to pull a code example... I did clone the .zip file and extracted the desired source. as expected it contains many "include" files and I am too lazy copy each one as I go. Basically - how do I clone my example plus all the required includes? In past I had reference what to "cone" in the original github, but this one does not have such instructions.. GOT it! It looks scary, bu compiler likes ot //#include orignal //#include my mess #include "../../A_BT_LIBRARY/SimpleBluetooth/SimpleBLE-main/simplebluez/include/simplebluez/Bluez.h" #include "../../A_BT_LIBRARY/SimpleBluetooth/SimpleBLE-main/simplebluez/include/simplebluez/Exceptions.h"
-
normally the zip file from github should be complete (contains all the files), no need to get individual files from github. ( I assume the zip is created on the fly from the latest source code ) when you select the Clone option, you'll get a link that you can use with "git clone" for example, I was looking at this earlier : [GitHub - KRM7/small_unique_ptr: A unique_ptr implementation with small object optimization](https://github.com/KRM7/small\_unique\_ptr) The Clone option gives me this link that I can use to "git clone" : https://github.com/KRM7/small\_unique\_ptr.git
CI/CD = Continuous Impediment/Continuous Despair