Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
This is the fork of the reposity, which description is given below. \
All authorship credits go to the Dmitriy Creed https://github.com/Cre-eD. \
This repository is specifically forked for the work on elective course of DevOps made by the Dmitriy Creed, Bachelor level, 3rd year
by Ivan Ilyichev, B23-DS-01 study group.

# 🚀 DevOps Introduction Course: Principles, Practices & Tooling

[![Labs](https://img.shields.io/badge/Labs-80%25-blue)](#-lab-based-learning-experience)
Expand Down
1 change: 1 addition & 0 deletions labs/submission1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Signing commits allows others to be sure about the author(s) of work made, thus the trust to the commits is maintained. This approach uses some cryptographic mechanisms and prevents modifying anything after changes committed, otherwise "verified" status will disappear. Overall, signing is a good practice for not only for secure and important projects, for all ones.