Commit 3620257
committed
fix: scope git config to local repo, allow env var overrides
- Drop --global from `git config pull.rebase false` to avoid mutating
the user's global git configuration.
- Use ${VAR:-default} for TEMPLATE_URL and BRANCH so they can be
overridden via environment variables without editing the script.1 parent 3dafbd9 commit 3620257
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments