Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/harshitsahu2311/devops-tools-notes


https://github.com/harshitsahu2311/devops-tools-notes

Last synced: about 1 month ago
JSON representation

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
### Deployment

To 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.