Support `dolt log --all` and `dolt config alias`
Open
cli
enhancement
- Dominant language
- Go
- Stars
- 24.4k
- Forks
- 873
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 121
Description
My favourite command when I log on to git is always `git la`, which is defined by this alias:
```
git config --global alias.la 'log --oneline --graph --all'
```
I'd love if I could run that with dolt and it'd work. But not for now, unfortunately.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.