So in this tutorial you are going to learn how to clone repository or install projects from GitHub via terminal
steps :
1- open terminal window
2- search about any repository , and press enter : gh search respos "type project name"
3- copy from search window repository link .
4- type next command line to clone repository , and press enter : gh repo clone "past link of repository "