What is git ORIGIN & the git remote add command?
Git really does include some strange names, commands and terminology, and certain words crop up regularly whose meaning is not obvious. In this post I’ll explain as clearly as possible what ORIGIN is in Git. I’ll also explain some related commands such as git remote add origin. Once you’ve created your local repo and done … Read more