You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
This implements `devbox global pull <git>` and offers familiar `--force`
flag to overwrite conflicts.
### Existing functionality change:
It also changes the behavior of existing `pull <url>` and `pull
<local-path>` to also warn and overwrite on `--force` instead of
merging. We do this to standardize behavior.
## How was it tested?
```
devbox global pull [email protected]:mikeland86/global.git
devbox global pull https://fleekgen.fly.dev/high --force
devbox global pull devbox.json --force
devbox global pull https://raw.githubusercontent.com/mikeland86/global/main/devbox.json\?token=<token>
```
0 commit comments