Repository Types
- Types
Version Control Systems
- Need for servers in Distributed Version Control System
-
These servers which host Distributed Version Control System
- Can be installed on the servers in your organization. (Self Hosted)
- Can be using Version Control System as Service (Which is managed by cloud or third party)
-
Google the following:
- What is GitHub
- What is BitBucket
- What is Gitolite
- What is GitLab
- What is Azure Source Repos
- What is AWS Code Commit
- Public vs Private Git Repositories
- Self Hosted and Cloud Hosted
Activities
- Azure:
- Azure Account (Free tier) creation Refer Here
- AWS:
- AWS Account free tier creation Refer Here
- Common:
- Softwares to be installed on your system: Refer Here
- Atleast create one of the above account
- Windows Terminal Refer Here
- Softwares for the Mac users:
- Install Homebrew Refer Here
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Install visual studio code:
brew install --cask visual-studio-code
- Install git
brew install git
- Install Homebrew Refer Here