Git ( A Distribute Version Control System)
- Git Supports working offline and then sync with Remotes (Servers with git & daemons) when required.
Lab Setup
- Windows:
- Install Windows Terminal
- Refer Here to download git for windows
- Chocoloatey Refer Here: This is package manager
- Visual Studio Code
choco install vscode -y
- AWS CLI
choco install awscli -y
- Azure CLI
choco install azure-cli -y
- Mac:
- Install Homebrew Refer Here
- Git:
brew install git -y
- Visual Studio Code:
brew install --cask visual-studio-code
- AWS CLI
brew install awscli
- Azure CLI
brew install azure-cli