So in this tutorial video you are going to learn how to use help with git in terminal , to help you to complete command line with one example .
steps :
1- open terminal window
2- to see full list of command line with git type next command line and press Enter : git --help
example :
if you are looking to find next part with "git clone " you have to use help to see full explanation about how to use this command line , so you have to use --help as you can see : git clone --help
example :
git clone "type link from GitHub to install any public project on your device "