rename crypto

This commit is contained in:
JMARyA 2024-02-06 08:12:49 +01:00
parent 6c43633a3e
commit 1d1b1f10af
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
11 changed files with 26 additions and 1 deletions

View file

@ -54,6 +54,10 @@ See Commits:
```shell
git log
git log --graph --oneline --decorate
# Graph of all branches
git log --graph --all
# Extended graph
git log --graph
```
### Commits