how to pull git repository from github

C++
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORYgit clone [email protected]:username/repo.git
Source

Also in C++: