Skip to content

Commit

Permalink
Update devops-notes.md
Browse files Browse the repository at this point in the history
Changed title from 2019 to 2023 and added GIt
  • Loading branch information
IamRaiden committed Oct 31, 2023
1 parent a7427db commit db09bf9
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Interview/devops-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Devops Notes

### Top 5 DevOps Tools You Should Know In 2019
### Top 5 DevOps Tools You Should Know In 2023

#### Ansible

Expand Down Expand Up @@ -52,4 +52,12 @@
- Guaranteed message delivery.
- Push work into background processes, freeing your web server up to handle more users.
- Scale the most frequently used parts of your system, without having to scale everything.
- Handling everything with ease even if it seems to be a huge crash.
- Handling everything with ease even if it seems to be a huge crash.

#### Git

- Git is a widely adopted, distributed version control system (DVCS) that is fundamental to modern software development. It is considered an essential tool for source code management and collaborative software development.

-Distributed Version Control: Git follows a distributed version control model, which means that every developer has a full copy of the entire repository on their local machine.
-Branching and Merging: Git excels in branching and merging capabilities.
-Lightweight and Fast: Git is known for its speed and efficiency.

0 comments on commit db09bf9

Please sign in to comment.