You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Interview/devops-notes.md
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Devops Notes
2
2
3
-
### Top 5 DevOps Tools You Should Know In 2019
3
+
### Top 5 DevOps Tools You Should Know In 2023
4
4
5
5
#### Ansible
6
6
@@ -52,4 +52,12 @@
52
52
- Guaranteed message delivery.
53
53
- Push work into background processes, freeing your web server up to handle more users.
54
54
- 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