Skip to content

Commit db09bf9

Browse files
Update devops-notes.md
Changed title from 2019 to 2023 and added GIt
1 parent a7427db commit db09bf9

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Interview/devops-notes.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Devops Notes
22

3-
### Top 5 DevOps Tools You Should Know In 2019
3+
### Top 5 DevOps Tools You Should Know In 2023
44

55
#### Ansible
66

@@ -52,4 +52,12 @@
5252
- Guaranteed message delivery.
5353
- Push work into background processes, freeing your web server up to handle more users.
5454
- Scale the most frequently used parts of your system, without having to scale everything.
55-
- Handling everything with ease even if it seems to be a huge crash.
55+
- Handling everything with ease even if it seems to be a huge crash.
56+
57+
#### Git
58+
59+
- 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.
60+
61+
-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.
62+
-Branching and Merging: Git excels in branching and merging capabilities.
63+
-Lightweight and Fast: Git is known for its speed and efficiency.

0 commit comments

Comments
 (0)