How to Create and Clone a Repo in GitHub on Ubuntu 18.04

Your video will begin in 10
70 Views
Published
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_address@domain.com"
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
Category
Liquid Web
Tags
liquidweb, datacenter, web
Be the first to comment