- Приветствую. Ни у кого не завалялось такой бумаги типа "Должностная инструкция Девопса"? - Вот инструкция cd ~ mkdir devops-instruction cd devops-instruction touch instruction.md Echo “# This is draft for devops instruction” > instruction.md git init . git add * git commit -m “Initial commit”