Updating --rebase

This commit is contained in:
2025-06-16 12:48:54 -04:00
parent fbae24f3d7
commit 4dc42364b3

View File

@ -30,5 +30,5 @@ Detatch from the current tmux session with `<Ctrl b><d>`, the script should now
## Updating
You can update the script without cloning the project:
```
git pull --depth=1 --ff-only
git pull --depth=1 --rebase
```