Git basics
This is a work in progress..
Repository versus Project
A repository is your whole project (directories and files) that you clone on your computer.
Project versus Branching
A branch is a version of your repository, or in other words, an independent line of development.
Multiple Repositories?
Cloning is the way to get a copy (clone ) or a repo
git clone hello cloned_hello
https://githowto.com/mutliple_repositories
Leave a Reply