Cloning a Git repository
π»πͺ Spanish
1.- First, you must know that the origin is the remote repository name in the local computer, it is used to send and receive information from GitHub. Use git remote command to show it.
git remote origin
2.- In Github, you look for the...
crisprogramming.hashnode.dev1 min read