Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harshitsahu2311/devops-tools-notes
https://github.com/harshitsahu2311/devops-tools-notes
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/harshitsahu2311/devops-tools-notes
- Owner: harshitsahu2311
- Created: 2022-09-09T09:35:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T07:07:14.000Z (4 months ago)
- Last Synced: 2024-09-17T09:43:23.081Z (4 months ago)
- Language: Python
- Size: 6.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Devops-Tools-Notes
![Logo](https://github.com/harshitsahu2311/DevOps-Tools-Notes/blob/main/devops.gif)
## πGit
Git is a very important tool to work in Github, So I have provided all git's basics in this folder.Firstly, from the given link download git.exe for GUI Users
https://git-scm.com/downloads
If you want to download from terminal check the Deplyment section
### DeploymentTo download git from the terminal
```bash
sudo apt update
```
```bash
sudo apt install git
```
After downloading, follow all the steps as provdied in the file.