Require safe repo sync at task start
This commit is contained in:
@@ -22,6 +22,14 @@ Run:
|
||||
git status --short
|
||||
```
|
||||
|
||||
At task start, check for upstream repository updates and apply them immediately with a safe fast-forward pull when the working tree is clean:
|
||||
|
||||
```bash
|
||||
git pull --ff-only
|
||||
```
|
||||
|
||||
If local changes exist, do not overwrite them. Fetch or report the blocker before editing.
|
||||
|
||||
Identify:
|
||||
|
||||
- repository name,
|
||||
|
||||
Reference in New Issue
Block a user