Part 3-Advance Git & GitHub for DevOps Engineers.
Types of Repositories
Github:- Bare Repositories (Central Repo)
Store and Share only.
All Central Repositories are Bare Repo.
Git:- Non-Bare Repositories (Local Repo)
Where we can modify the files.
All local Repositories are Non-Bare Repositori...
ritul.hashnode.dev3 min read