git usage

This commit is contained in:
cmn 2024-02-26 15:12:17 +01:00
parent 6964414a7c
commit 1f7276c5c3

View File

@ -23,4 +23,7 @@ git pull --all
```
### show diff against stack
` git stash show -p`
`git stash show -p`
### force submodule update
`git submodule update --init --force --remote`