In this video, we demonstrate how to do create and clone a repository in GitHub on Ubuntu 18.04
Commands used:
git config –global user.name “Your_Name”
git config –global user.email “[email protected]”
mkdir git_environment
cd git_environment
git clone https://github.com/username/want-some-java.git
cd want-some-java
ls
The related article for this article can be found here: https://www.liquidweb.com/kb/create-clone-repo-github-ubuntu-18-04/
For more information about this and other topics, visit us at https://www.liquidweb.com/kb/, or for more information on our line of Managed Cloud hosting, visit: https://www.liquidweb.com/products/cloud-servers/ to learn more about our current specials!
Video by: Alex Gorzen
Duration: 00:05:24
Publisher: Liquid Web
You can watch this video also at the source.