Git Clone Tutorial | How to Clone a Repository in GitHub with CMD

If you’re an applications developer, of course, you know this site right?
Yup, GitHub.

Welcome to NyaaTech, Get interesting information and tutorials about Android, Tutorials, Gaming, Technology, Anime, Hobbies, Lifestyle. The information provided and the tutorial on this site are all free.

If you’re an applications developer, of course, you know this site right?
Yup, GitHub.

Github is a website dedicated to users who want to share their projects or develop their projects together, there are lots of projects that you can choose to modify or whatever you want, but don’t forget to read the license.

In Github, there are lots of features for its users, one of which is integration with the Git application that can make it easier for users who want to clone or duplicate content on the Github repository.

This is an easy way How to Clone a Repository in GitHub with CMD.

 

GIT CLONE TUTORIAL

 
  • Install “Git” on your OS if you never installed it before. You can get here.
  • After your download, make sure to install it.
  • Open your file manager on go to file manager and select where you install the “git“. in my pc  D:Program FilesGitcmd 
  • Click on the bar and type “cmd” and hit enter
how to git clone cmd
how to git clone
  • CMD will be opened and type “git” to make sure your git application is working properly and successfully installed on your OS.
git clone with cmd
  • Go to GitHub and click on “Clone or Download” button and copy the link.
git clone repository
  • On CMD, type:    git clone REPOSITORY_LINK  and hit enter
how to git clone
  • Wait until finished
git clone
  • DONE! Check on your directory.
tutorial git clone
Well
That’s How to Clone a Repository in GitHub with CMD
Easy right? XD
If you have a problem or question, just type in the comment
See you next time
Neko

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top