How's git clone work even i haven't install it in my ubuntu?
When you use the git clone command on your Ubuntu machine, you are actually using a pre-installed version of Git that is bundled with your operating system. This means that you do not need to install Git separately in order to use it. Ubuntu, like ma...