git doc : update git docuemnt (not cleaned)

This commit is contained in:
2026-01-13 00:09:57 +03:30
parent e8c0e6f7a5
commit 398fa38b1a
2 changed files with 95 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
diff :
```bash
diff file1 file2
```
```bash
diff -y file1 file2
```
```bash
diff -u file1 file2
```
```bash
diff -u file1 file2 > diffrent
```