Public Access
0
0

Обновить git.md

This commit is contained in:
2026-03-18 15:44:41 +00:00
parent 040bc1be87
commit 164506e154

5
git.md
View File

@@ -8,3 +8,8 @@ git clean -n
```git
git clean -f
```
#### Отменить изменение в файле
```git
git restore <файл>...»
```