ada-pc: 2026-06-10 22:17:36 | 2

Affected files:
.obsidian/plugins/editing-toolbar/data.json
00 Inbox/Система контроля версий. Знакомство с Git.md
This commit is contained in:
Dmitry
2026-06-10 22:17:36 +03:00
parent 8091cea606
commit 62d50b94b1
2 changed files with 41 additions and 33 deletions
+6 -33
View File
@@ -1,13 +1,8 @@
{ {
"lastVersion": "4.0.8", "lastVersion": "4.0.8",
"aestheticStyle": "glass", "aestheticStyle": "default",
"positionStyle": "top", "positionStyle": "top",
"menuCommands": [ "menuCommands": [
{
"id": "editing-toolbar:ai-tools",
"name": "AI Tools",
"icon": "lucide-sparkles"
},
{ {
"id": "editing-toolbar:editor-undo", "id": "editing-toolbar:editor-undo",
"name": "Undo editor", "name": "Undo editor",
@@ -394,19 +389,8 @@
"icon": "exit-fullscreen" "icon": "exit-fullscreen"
} }
], ],
"followingCommands": [ "followingCommands": [],
{
"id": "editing-toolbar:ai-tools",
"name": "AI Tools",
"icon": "lucide-sparkles"
}
],
"topCommands": [ "topCommands": [
{
"id": "editing-toolbar:ai-tools",
"name": "AI Tools",
"icon": "lucide-sparkles"
},
{ {
"id": "editing-toolbar:editor-undo", "id": "editing-toolbar:editor-undo",
"name": "Undo editor", "name": "Undo editor",
@@ -794,11 +778,6 @@
} }
], ],
"fixedCommands": [ "fixedCommands": [
{
"id": "editing-toolbar:ai-tools",
"name": "AI Tools",
"icon": "lucide-sparkles"
},
{ {
"id": "editing-toolbar:editor-undo", "id": "editing-toolbar:editor-undo",
"name": "Undo editor", "name": "Undo editor",
@@ -1087,13 +1066,7 @@
"icon": "exit-fullscreen" "icon": "exit-fullscreen"
} }
], ],
"mobileCommands": [ "mobileCommands": [],
{
"id": "editing-toolbar:ai-tools",
"name": "AI Tools",
"icon": "lucide-sparkles"
}
],
"enableMultipleConfig": true, "enableMultipleConfig": true,
"enableTopToolbar": true, "enableTopToolbar": true,
"enableFollowingToolbar": false, "enableFollowingToolbar": false,
@@ -1129,7 +1102,7 @@
"toolbarBackgroundColor": "#2D3033", "toolbarBackgroundColor": "#2D3033",
"toolbarIconColor": "#E2E8F0", "toolbarIconColor": "#E2E8F0",
"toolbarIconSize": 18, "toolbarIconSize": 18,
"aestheticStyle": "glass" "aestheticStyle": "default"
}, },
"following": { "following": {
"toolbarBackgroundColor": "rgba(var(--background-secondary-rgb), 0.7)", "toolbarBackgroundColor": "rgba(var(--background-secondary-rgb), 0.7)",
@@ -1155,7 +1128,7 @@
"toolbarIconSize": 18, "toolbarIconSize": 18,
"useCurrentLineForRegex": false, "useCurrentLineForRegex": false,
"ai": { "ai": {
"enabled": true, "enabled": false,
"consentAccepted": true, "consentAccepted": true,
"onboardingShown": true, "onboardingShown": true,
"providerMode": "pkmer-first", "providerMode": "pkmer-first",
@@ -1176,7 +1149,7 @@
"artifact": "03-agent" "artifact": "03-agent"
}, },
"pkmer": { "pkmer": {
"tokenExpiresAt": 1781029779652, "tokenExpiresAt": 1781122456017,
"userInfo": { "userInfo": {
"sub": "fa484d57-e07b-48f3-9410-ff0ce39782d8", "sub": "fa484d57-e07b-48f3-9410-ff0ce39782d8",
"name": "gcdmitry", "name": "gcdmitry",
@@ -0,0 +1,35 @@
---
status: seed
type: concept
tags: []
created: 2025-12-17
updated: 2026-06-10
aliases: []
---
# Система контроля версий. Знакомство с Git
Неоспоримыми преимуществами Git являются:
- Высокая производительность.
- Безопасность.
- Гибкость в распределенных системах.
- Прекрасные возможности для командной работы.
## Производительность
Высокая производительность Git обусловлена подходом по оптимизации внутренних процедур и использованию анализа содержимого файлов Git работает с файлами, храня объекты с содержимым каталога и метаданными их версий.
## Безопасность
Безопасность при работе с Git обеспечивается целостностью исходного кода и применением алгоритма шифрования SHA1.
Использование Git гарантирует подлинность истории изменений и защищает исходный код от тайного внесения изменений.
## Гибкость
Гибкость при работе с Git достигается за счет поддержки линейных и нелинейных циклов разработки, совместимости со множеством других информационных систем и популярных протоколов.
## Возможности для командной работы
Git обладает впечатляющими возможностями для командной работы за счет поддержки множества разнообразных моделей управления исходным кодом, удовлетворяющих нужды больших и маленьких команд, простых и сложных распределенных проектов.