1
0
Fork 0

update ReadMe

This commit is contained in:
Michel 2022-11-17 14:00:15 +01:00
parent 27d084bd31
commit f1776873e4
1 changed files with 7 additions and 1 deletions

View File

@ -3,9 +3,15 @@
## MàJ repository
```
$ git fetch arkenfox
$ git fetch arkenfox; git tag --sort authordate | tail
$ rev="106.0"
$ git diff HEAD..${rev}
$ git merge ${rev}
$ git diff HEAD..arkenfox/master
$ git merge arkenfox/master
$ git push chapril
```