better error message for push failures
Open
bad error message
customer issue
version control
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 108
Description
When a remote is ahead of a local branch, dolt push errors out with this message:
`can't fast forward merge`
Git is more helpful:
```
error: failed to push some refs to 'https://.git'
hint: Updates were rejected because the tip of your current branch is behind
hint: its remote counterpart. Integrate the remote changes (e.g.
hint: 'git pull ...') before pushing again
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.